RE: enabling ssl debug on tomcat [EXTERNAL]

2022-06-06 Thread Beard, Shawn
Engineering | +1-515-564-2528 | sbe...@wrberkley.com<mailto:sbe...@wrberkley.com> -Original Message- From: l...@kreuser.name Sent: Monday, June 6, 2022 4:06 PM To: Tomcat Users List Subject: Re: enabling ssl debug on tomcat [EXTERNAL] ** CAUTION: External message

Re: enabling ssl debug on tomcat

2022-06-06 Thread logo
Shawn, > Am 06.06.2022 um 22:49 schrieb Beard, Shawn : > > Im adding this -Djavax.net.debug=ssl:handshake:verbose > SSLSocketClientWithClientAuth > I assume that you copied this from the SSL-Samples App (where the class file is SSLSocketClientWithClientAuth). You have to add only

enabling ssl debug on tomcat

2022-06-06 Thread Beard, Shawn
Im adding this -Djavax.net.debug=ssl:handshake:verbose SSLSocketClientWithClientAuth To the java options of Tomcat, however the SSLSocketClientWithClientAuth is causing tomcat not start saying it cant find the SSLSocketClientWithClientAuth class. I need to debug socket issues on a ssl client