When using jOkHttpUtils2 with an https:// url, I get this error: "java.net.SocketException: Connection reset"
Switching to jHttpUtils2 with the same url, the error is: "javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated"
The URL works when placed into a browser window.
The...
Hi All,
can some one help me to understand how to set a faster time out on jOkHttpUtils2?
That's my code:
Dim job As HttpJob
job.Initialize("Main page", Me)
WebIP = "http://www.google.com/"
job.Download(WebIP)
job.GetRequest.Timeout = 10000 ' <--- don't work
Thank you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.