Hello everyone, I'm sorry to disturb but I have an Issue that I'm not able to fix by myself, so I ask for anyone who has the knowledge to point me in the right address
I'm currently working with AWS Lambda functions, I have sucked on connecting to a Aurora Serverless BD with these functions and...
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.