Re: Configuring Tomcat to support TLSv1.2

2016-07-11 Thread Joleen Barker
Hello All, I wanted to get back to you on this issue since working with the vendor. Updating the SSL_VERSION parm was the correct thing to do in this case for this product but it did not have an affect on the outgoing communications when the application was acting at the client. There was no

Re: Configuring Tomcat to support TLSv1.2

2016-06-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 6/24/16 3:42 PM, Daniel Savard wrote: > 2016-06-24 11:50 GMT-04:00 Joleen Barker > : > >> Hi Chris, >> >> The SSL_VERSION parameter was already defined by the vendor. >> >> > I still would delete the

RE: Configuring Tomcat to support TLSv1.2

2016-06-24 Thread Caldarale, Charles R
> From: Daniel Savard [mailto:daniel.sav...@gmail.com] > Subject: Re: Configuring Tomcat to support TLSv1.2 > > The SSL_VERSION parameter was already defined by the vendor. > I still would delete the SSL_VERSION from the catalina.sh or comment it at > least and adopt the

Re: Configuring Tomcat to support TLSv1.2

2016-06-24 Thread Daniel Savard
2016-06-24 11:50 GMT-04:00 Joleen Barker : > Hi Chris, > > The SSL_VERSION parameter was already defined by the vendor. > > I still would delete the SSL_VERSION from the catalina.sh or comment it at least and adopt the suggested approach to configure everything in the

Re: Configuring Tomcat to support TLSv1.2

2016-06-24 Thread Daniel Savard
2016-06-24 11:15 GMT-04:00 Christopher Schultz : > > > No SSL_VERSION environment variable is recognized by a stock Tomcat. > I see, however what I meant was the SSL_VERSION variable isn't defined in the vanilla catalina.sh script. Jolene cleared out this in her

Re: Configuring Tomcat to support TLSv1.2

2016-06-24 Thread Joleen Barker
Hi Chris, The SSL_VERSION parameter was already defined by the vendor. The web application we use allows users to connect to it via FTP, FTPS, SSH, AS2, HTTPS, HTTP, etc. to transfer files through it to different back end servers. The web application is a proxy. Without me making the change to

Re: Configuring Tomcat to support TLSv1.2

2016-06-24 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, On 6/22/16 12:59 AM, Daniel Savard wrote: > 2016-06-21 19:08 GMT-04:00 Joleen Barker > : > >> Hello Daniel, >> >> Thank you for your replies. >> >> Yes, I have the Java build 1.7.0_71 installed and I have the >>

Re: Configuring Tomcat to support TLSv1.2

2016-06-21 Thread Daniel Savard
2016-06-21 19:08 GMT-04:00 Joleen Barker : > Hello Daniel, > > Thank you for your replies. > > Yes, I have the Java build 1.7.0_71 installed and I have the Unlimited > security package installed as the application from the vendor requires it. > > Ok, you say never to edit

Re: Configuring Tomcat to support TLSv1.2

2016-06-21 Thread Joleen Barker
Hello Daniel, Thank you for your replies. Yes, I have the Java build 1.7.0_71 installed and I have the Unlimited security package installed as the application from the vendor requires it. Ok, you say never to edit the catalina,sh. I can change it back. The settings originally was

Re: Configuring Tomcat to support TLSv1.2

2016-06-21 Thread Daniel Savard
2016-06-21 14:12 GMT-04:00 Joleen Barker : > Hello Tomcat friends, > > I am looking for some understanding on what is happening in my environment > to make sure I am not missing anything in my settings. > > Basics: > 1) OS is GNU/Linux > 2) Java is JDK v1.7 > 3) Tomcat 7