Tomcat and HTTPS connect timeout (local Proxy resolves it)
- by smas
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?