hi,
I need to connect via https.
I get the following error:
Error: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
How can I fix?
Thanks
I need to connect via https.
I get the following error:
Error: javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
How can I fix?
Thanks
B4X:
Dim jobPcDaServire As HttpJob
Try
jobPcDaServire.Initialize("ElencoPcDaServire", Me)
jobPcDaServire.Download2(IndirizzoServerWeb & "auth.php", _
Array As String("r","connect","mvc","864cbd27fe32476","huk","ff1b39783e4128eb79e2cef38b49f926","imei","860041020949"))
Catch
Log(LastException)
End Try