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

Re: SSL debug?

2020-09-08 Thread James H. H. Lampert
On 9/8/20 1:12 PM, john.e.gr...@wellsfargo.com.INVALID wrote: I don't remember the precise problem, but verbose SSL will tell you what trust store and key store you're using, among other things. I don't blame you. It's been close to a month since I last attempted to do something about this.

RE: SSL debug?

2020-09-08 Thread John.E.Gregg
James, > -Original Message- > From: James H. H. Lampert > Sent: Tuesday, September 08, 2020 2:13 PM > To: Tomcat Users List > Subject: Re: SSL debug? > > I'm finally back on this problem. > > >> We are once again having SSL difficulties with our webap

Re: SSL debug?

2020-09-08 Thread James H. H. Lampert
I'm finally back on this problem. We are once again having SSL difficulties with our webapp connecting with an outside web service: the java.security override that had solved the problem in the past (specifically, removing "DESede" from the "jdk.tls.disabledAlgorithms" in an override file) is

Re: SSL debug?

2020-08-12 Thread Mark Thomas
On 12/08/2020 16:29, James H. H. Lampert wrote: > Question: > > We are once again having SSL difficulties with our webapp connecting > with an outside web service: the java.security override that had solved > the problem in the past (specifically, removing "DESede" from the >

SSL debug?

2020-08-12 Thread James H. H. Lampert
Question: We are once again having SSL difficulties with our webapp connecting with an outside web service: the java.security override that had solved the problem in the past (specifically, removing "DESede" from the "jdk.tls.disabledAlgorithms" in an override file) is now failing with