We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8fcc8f + 1bab81b commit e867c18Copy full SHA for e867c18
src/cls/ZPM/UpLink.cls
@@ -65,6 +65,7 @@ Method GetHttpRequest()
65
Set httprequest.Port = ..Port
66
}
67
If (..SSL) {
68
+ Set httprequest.Https = 1
69
Set httprequest.SSLConfiguration = ##class(ZPM.Utils).GetSSLConfiguration()
70
71
Return httprequest
0 commit comments