In my Java code, I tried to access a url. I kept getting socket connection timeout exception, no matter how I set the timeout. It seems the Java connection timeout value cannot be increased.
But I can browse that URL in web browser.
How can I fix this issue?
Thanks.