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
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 -Djavax.n
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 c