Installing Jenkins (WAR) on Tomcat - Corrupts SMTP / Email for Java Apps

2022-03-31 Thread Decker, Richard
Tomcat Users, Sorry if this is a bit off base, but does anyone have experience with this unusual problem? As soon as I uninstall Jenkins (& restart tomcat), I can send java emails just fine through Tomcat. When I load the Jenkins war it breaks emails being sent immediately, by our other install

Re: Question about ssl

2022-03-31 Thread Christopher Schultz
John, On 3/31/22 10:50, John Dale (DB2DOM) wrote: Hi Chris; I'm measuring the time taken to process a request as reported by inspector-network in brave. SSL time to process through tomcat is 11ms. Same request for a smaller file using a java SSL socket is taking 50ms .. like this: public sta

AW: Question about ssl

2022-03-31 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, could you measure the time it takes to initialize all the keys and Key/Trustmanagers by inserting some debug output? I am not sure whether the certificate is checked for validity. This could involve checking revocation list, OCSP-Call to external server, ... Greetings, Thomas > -Urs

Re: Question about ssl

2022-03-31 Thread John Dale (DB2DOM)
Hi Chris; I'm measuring the time taken to process a request as reported by inspector-network in brave. SSL time to process through tomcat is 11ms. Same request for a smaller file using a java SSL socket is taking 50ms .. like this: public static SSLServerSocket getServerSocketWithCert(int port,