2017-04-07 22:28 GMT+03:00 Daniel Morrison :
> Problem...
> Tomcat 8.5 -Djava.net.debug=ssl not logging
1. Googling finds that it is "javax.net.debug", s/java/javax/
http://docs.oracle.com/javase/7/docs/technotes/guides/security/jsse/ReadDebug.html
2. I wonder whether they are going to rename s/
Problem...
Tomcat 8.5 -Djava.net.debug=ssl not logging
Porting a REST interface from Glassfish 4 to Tomcat 8.5, works fine.
Glassfish -Djava.net.debug=ssl logs Cipher Suites to server.log.
Tomcat 8.5 the java debug setting doesn't produce any SSL output in the
logs.
Why needed...
Older Glassfi