Tomcat and HTTPS connect timeout (local Proxy resolves it)

Posted by smas on Server Fault See other posts from Server Fault or by smas
Published on 2012-11-06T14:24:47Z Indexed on 2012/11/06 17:05 UTC
Read the original article Hit count: 192

Filed under:
|
|
|

I have web application on the Tomcat with webservices. I've noticed that all web services connected to https get timeout. I run this app on my localhost in my company.

When I redirect all my connections through Fiddler (local proxy) everything works correctly. I don't want to execute fiddler all the time.

my computer -> [FIDDLER local proxy] -> [remote proxy] // WORKS

my computer -> [remote proxy] // timeout

How to increase tomcat logging to get more technical logs than only "timeout". Is there any other way to get more information what blocks the https URL?

© Server Fault or respective owner

Related posts about java

Related posts about tomcat