I did what you wrote, still not working
I used this:
https://www.b4x.com/android/forum/t...-services-are-now-even-simpler.18992/#content
and changed:
Sub Service_Create
TempFolder = File.DirInternalCache
' hc.Initialize("hc")
hc.InitializeAcceptAll("hc")
TaskIdToJob.Initialize
End Sub
I tested it on my web site, started by changing job3 to download jpg from my website using http - was ok
then changed to https and it did not work
Error: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
I can provide you the web site link on PM if you want to test it
but this is problematic, since most of web sites including Amazon EC2 are using SNI
and for private certificate it will cost 600$ per month
and I cannot use clear GET / RESPONSE since all my data is readable