since I've changed to targetSdkVersion 28
I have this error :
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not fou
I have this error :
ResponseError. Reason: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not fou
B4X:
Sub Globals
Dim j As HttpJob
End Sub
Sub Activity_Create(FirstTime As Boolean)
j.Initialize("j",Me)
j.Download("https://abc.de/qorddsd.jpg")
End Sub
Sub JobDone (Job As HttpJob)
Log (Job.JobName)
End Sub