Re: Need configuration example for Tomcat 7.0.55 TLS configuration

2015-04-08 Thread Ognjen Blagojevic
On 7.4.2015 15:23, Christopher Schultz wrote: After a weekend of ripping out clumps of my hair and swearing at my computer, nothing had worked. In desperation, before upgrading Java and Tomcat, I tried regenerating my self-signed certificate with new settings (SHA256 instead of SHA1) and that

Re: Need configuration example for Tomcat 7.0.55 TLS configuration

2015-04-07 Thread Christopher Schultz
, but the cipher-mismatch is a different beast and probably more important. - -chris -Original Message- From: Terence M. Bandoian Sent: Monday, April 06, 2015 12:21 PM To: Tomcat Users List Subject: Re: Need configuration example for Tomcat 7.0.55 TLS configuration On 4/6/2015 2:11 AM, Ognjen

Re: Need configuration example for Tomcat 7.0.55 TLS configuration

2015-04-06 Thread David Wall
We're on Tomcat 8 with Java 8, so it has more options for ciphers, but this is what we use: Connector port=8443 protocol=org.apache.coyote.http11.Http11NioProtocol SSLEnabled=true connectionTimeout=2 acceptorThreadCount=2 URIEncoding=UTF-8 maxThreads=100

Re: Need configuration example for Tomcat 7.0.55 TLS configuration

2015-04-06 Thread Terence M. Bandoian
On 4/6/2015 2:11 AM, Ognjen Blagojevic wrote: Tom, On 5.4.2015 3:06, Tom Williamson wrote: I would like to know if anyone has a working example of getting TLS 1.2 working on Tomcat 7.0.55, so that it can be accessed by the latest version of Chrome and Firefox. Which version of Java do you

Re: Need configuration example for Tomcat 7.0.55 TLS configuration

2015-04-06 Thread Tom Williamson
: Monday, April 06, 2015 12:21 PM To: Tomcat Users List Subject: Re: Need configuration example for Tomcat 7.0.55 TLS configuration On 4/6/2015 2:11 AM, Ognjen Blagojevic wrote: Tom, On 5.4.2015 3:06, Tom Williamson wrote: I would like to know if anyone has a working example of getting TLS 1.2

Re: Need configuration example for Tomcat 7.0.55 TLS configuration

2015-04-06 Thread Ognjen Blagojevic
Tom, On 5.4.2015 3:06, Tom Williamson wrote: I would like to know if anyone has a working example of getting TLS 1.2 working on Tomcat 7.0.55, so that it can be accessed by the latest version of Chrome and Firefox. Which version of Java do you use? Make sure it is Java 7 or 8, and if you

Need configuration example for Tomcat 7.0.55 TLS configuration

2015-04-04 Thread Tom Williamson
I would like to know if anyone has a working example of getting TLS 1.2 working on Tomcat 7.0.55, so that it can be accessed by the latest version of Chrome and Firefox.Either my Tomcat configuration is wrong, or there is another problem outside of Tomcat that is keeping me from connecting