Re: [OT] Webapp deployed in Tomcat 8.5.31 fail to use TLSv1.2 when sending mail

2020-04-16 Thread Curt Johansson
Thanks Chris, your comment were very valuable. Most were confirmations of my own findings which is needed after many hours of investigation when doubt kicks in. As you suggested I took a trip down the socketFactory road but realised that just sending a plain mail shouldn't be that

Re: [OT] Webapp deployed in Tomcat 8.5.31 fail to use TLSv1.2 when sending mail

2020-04-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Curt, Marking [OT] since Tomcat is not responsible for sending email. Responses in-line. On 4/14/20 06:48, Curt Johansson wrote: > Hi, I have a written a webapplication deployed in Tomcat 8.5.31 > that sends mail using Apache-commons email client.

Webapp deployed in Tomcat 8.5.31 fail to use TLSv1.2 when sending mail

2020-04-14 Thread Curt Johansson
Hi, I have a written a webapplication deployed in Tomcat 8.5.31 that sends mail using Apache-commons email client. This is working fine but the mail server will be configured to accept only TLSv1.2 in the future so I have to make sure the client can open a TLSv1.2 connection. Tomcat is