Android Question Error server access JOBDONE

jeronimovilar

Active Member
Licensed User
Longtime User
My site is not secure (https). why the messag error "SSLPeerUnverifiedException"?

Code:
ServerURL = "http://XXXX.com.br/base3.asp"
Dim j As HttpJob
j.Initialize("",Me)
j.PostString(ServerURL,SQL2)
Wait For (j) JobDone(j As HttpJob)

Debug:
** Service (httputils2service) Start **
ResponseError. Reason: javax.net.ssl.SSLPeerUnverifiedException: Hostname XXXX.com.br not verified:
 
Solution
You can try with:

Crtl-B

1633109195049.png


TILogistic

Expert
Licensed User
Longtime User
You can try with:

Crtl-B

1633109195049.png


 
Upvote 2
Solution
Top