Skip to content

Commit 1bab81b

Browse files
committed
Set Https flag when using SSL
1 parent e8fcc8f commit 1bab81b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cls/ZPM/UpLink.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Method GetHttpRequest()
6565
Set httprequest.Port = ..Port
6666
}
6767
If (..SSL) {
68+
Set httprequest.Https = 1
6869
Set httprequest.SSLConfiguration = ##class(ZPM.Utils).GetSSLConfiguration()
6970
}
7071
Return httprequest

0 commit comments

Comments
 (0)