Re: Problems with SSL configuration

2016-11-15 Thread Mark Thomas
On 16/11/2016 00:47, Steve Willett wrote: > I am trying to set up a stand-alone Tomcat server (apparently 7.0.53). > When I set up a simple Connector on port 8443 (no specified ciphers, and > a simple sslProtocol="TLS") using a DigiCert Certificate I can connect. > > However, if I test it with

RE: Problems with SSL configuration

2016-11-15 Thread John.E.Gregg
Enable verbose SSL. Start Tomcat with -Djavax.net.debug=ssl. That will print a lot of info to catalina.out. You could also do the same thing on the client side if you used a java client, or something similar with OpenSSL, curl, etc. -Original Message- From: Steve Willett