RE: [External] Re: SSL Handshake Failure - Logging Level

2022-06-06 Thread Amit Pande
I mean this log is helpful troubleshooting issues in production systems. We can't have Tomcat log level set to DEBUG in this case. And debugging on local/development environments. Agree, in this case, we could change the Tomcat logging configuration and get this log. Thanks, Amit -Original

Re: Constant errors in Tomcat logs

2022-06-06 Thread Mark Thomas
On 06/06/2022 16:28, Alan F wrote: HI I have a Tomcat clustered pair running, I see this 3 times a minute in the logs. I don't see this IP in server.xml I do have a DEV Tomcat pair is this somehow interfering? Possibly. Does that IP match once of the servers in the dev pair? Are the two

LDAPS Configuration with Tomcat

2022-06-06 Thread rakesh meka
Hi All, Greetings! Hope you are doing well. Currently we are using an internal application which is deployed on windows server. And we use http which means we didn't configure SSL or TLS setup with application. The current application is using LDAP for user authentication which checks with

Constant errors in Tomcat logs

2022-06-06 Thread Alan F
HI I have a Tomcat clustered pair running, I see this 3 times a minute in the logs. I don't see this IP in server.xml I do have a DEV Tomcat pair is this somehow interfering? 06-Jun-2022 11:15:18.836 WARNING [Catalina-utility-2]

Re: LDAPS Configuration with Tomcat

2022-06-06 Thread Mark Thomas
On 06/06/2022 14:54, rakesh meka wrote: Hi All, Greetings! Hope you are doing well. Currently we are using an internal application which is deployed on windows server. And we use http which means we didn't configure SSL or TLS setup with application. The current application is using LDAP

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: 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

RE: enabling ssl debug on tomcat [EXTERNAL]

2022-06-06 Thread Beard, Shawn
Is there a way to isolate this to only debug a specific client connection URL? There is really only one that’s throwing socket errors and having debug for everything is filling up log to fast and generating to much noise. Shawn​ Beard Sr. Systems Engineer | BTS Middleware