Re: Tomcat 8.5.(x > 5) & SSL Connections (sun.security.provider.certpath.SunCertPathBuilderException)

2020-08-09 Thread David Filip
Mark, > If the code works in a standalone Java app, it will work in a Servlet > assuming the code is thread safe (I don't see why it wouldn't be but worth > double checking any library being used) and configuration information is > accessible. All things being equal, that makes sense, and is

Re: Tomcat 8.5.(x > 5) & SSL Connections (sun.security.provider.certpath.SunCertPathBuilderException)

2020-08-09 Thread Mark Thomas
On August 8, 2020 6:59:23 PM UTC, David Filip wrote: >Hello Everyone! > >I spent a large part of yesterday and this morning trying to debug an >SSL problem on Tomcat 8.5.57 to no avail. I've seen some discussion on >either this problem or something related back in 2016, but wanted to >confirm

Re: Logging Rewrite Activity

2020-08-09 Thread Felix Schumacher
Am 06.08.20 um 21:36 schrieb Jerry Malcolm: > How do configure TC to log the activities of the RewriteValve?  I added > > org.apache.catalina.valves.rewrite.RewriteValve.level = FINE > > to logging.properties.  But I'm not seeing any output related to > rewrite. Do I have the logging config

Re: Tomcat 8.5.(x > 5) & SSL Connections (sun.security.provider.certpath.SunCertPathBuilderException)

2020-08-09 Thread Felix Schumacher
Hi David, when debugging SSL problems, it is important to know, which certs are the troublemakers. Are those errors reported when tomcat is used as a client as a server? Try to get more information about the cert that is making problems. I always try to get the cert with an openssl command like