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

2020-04-16 Thread Curt Johansson
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. This is working >> fine but the mail server will be configured to accept only TLSv1.2 &g

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 configure