Skip to content

Commit e867c18

Browse files
authored
Merge pull request #77 from isc-tleavitt/master
Set Https flag when using SSL
2 parents e8fcc8f + 1bab81b commit e867c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cls/ZPM/UpLink.cls

+1
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)