Re: Problem specifying cipher suites in tomcat6

2015-06-01 Thread Konstantin Kolinko
2015-06-01 11:17 GMT+03:00 Ramon Pfeiffer ramon.pfeif...@uni-tuebingen.de: Am 29.05.2015 um 23:31 schrieb Christopher Schultz: Lots of things have been fixed/added in more recent versions of Tomcat 6.0.x. Please give a quick test against Tomcat 6.0.latest: you don't even need to deploy your

Re: Problem specifying cipher suites in tomcat6

2015-06-01 Thread Ramon Pfeiffer
, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. Anybody can shed some light on what I did wrong? Using a version

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Ramon Pfeiffer
Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. Anybody can shed some

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread David kerber
On 5/29/2015 3:32 AM, Ramon Pfeiffer wrote: Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Sexton
On 5/29/2015 5:16 AM, David kerber wrote: On 5/29/2015 3:32 AM, Ramon Pfeiffer wrote: Sadly, it's a system I inherited last year and now have the pleasure to work with. I can't update Tomcat for I don't know what will break. There's a fair chance that you can update to the latest version

RE: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Jeffrey Janner
-Original Message- From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Sent: Friday, May 29, 2015 2:33 AM To: users@tomcat.apache.org Subject: Re: Problem specifying cipher suites in tomcat6 Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Sean Dawson
I had significant problems trying to uncover a change in tomcat7 that broke our app when upgrading from 42 to 57, for a couple weeks over Christmas holidays. Turns out it was something we shouldn't have been doing - but it was definitely a change in tomcat (51 or so) that resulted in the

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread André Warnier
Sean Dawson wrote: I had significant problems trying to uncover a change in tomcat7 that broke our app when upgrading from 42 to 57, for a couple weeks over Christmas holidays. Turns out it was something we shouldn't have been doing - you mean, apart from top-posting here ? but it was

RE: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Stanchev
the better. George -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Friday, May 29, 2015 3:32 PM To: Tomcat Users List Subject: Re: Problem specifying cipher suites in tomcat6 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ramon, On 5/29/15 4:42

RE: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Stanchev
To: Tomcat Users List Subject: Re: Problem specifying cipher suites in tomcat6 Sean Dawson wrote: I had significant problems trying to uncover a change in tomcat7 that broke our app when upgrading from 42 to 57, for a couple weeks over Christmas holidays. Turns out it was something we shouldn't

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ramon, On 5/29/15 3:32 AM, Ramon Pfeiffer wrote: Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Sean Dawson
to give fair warning to OP. -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Friday, May 29, 2015 12:12 PM To: Tomcat Users List Subject: Re: Problem specifying cipher suites in tomcat6 Sean Dawson wrote: I had significant problems trying to uncover a change

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Ramon Pfeiffer
On 29.05.2015 21:12, Christopher Schultz wrote: Ramon, On 5/29/15 3:32 AM, Ramon Pfeiffer wrote: Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Christopher Schultz
...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. Anybody can shed some light on what I did wrong? Using a version of Tomcat that's more than five years old

Problem specifying cipher suites in tomcat6

2015-05-28 Thread Ramon Pfeiffer
Hi all, I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. However, when testing the connector with ssllabs.com, a bunch of ciphers I didn't specify show up. Here is the connector config: Connector port=443 protocol=HTTP/1.1

RE: Problem specifying cipher suites in tomcat6

2015-05-28 Thread Caldarale, Charles R
From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. Anybody can shed some light on what I did wrong? Using a version