I am trying to connect to my server trough HTTPS using Httputils2. I am using a self-signed certificate.
The app doesn't work.
Somewere they say that i should initialize he HttpJob with http.InitializeAcceptAll instead of http.Initialize.
HttpUtils2 doesn't have the member InitializeAcceptAll
Sub Service_Create
TempFolder = File.DirInternalCache
hc.InitializeAcceptAll("hc") 'this is the normal state hc.Initialize("hc")
TaskIdToJob.Initialize
End Sub