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:
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: