RE: Error configuring tomcat with ssl certificates

2013-03-06 Thread Brijesh Deo
,SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA clientAuth=false sslProtocol=TLS / Any idea what else could be going wrong? Thanks, Siddhi Hi Siddhi, You can check your keystore type. If it is not JKS, then you need to specify the keyStoreType also in the connector definition. -Brijesh -Original Message- From: Brijesh Deo

RE: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-05 Thread Brijesh Deo
-Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: 05 March 2013 13:59 To: users@tomcat.apache.org Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ? Brijesh, On 5.3.2013 7:09, Brijesh Deo wrote: Is there a way

RE: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-05 Thread Brijesh Deo
-Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: 05 March 2013 16:01 To: users@tomcat.apache.org Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ? Brijesh, On 5.3.2013 10:11, Brijesh Deo wrote: Thanks for your

Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-05 Thread Brijesh Deo
From: Ognjen Blagojevic ognjen.d.blagoje...@gmail.com Date: 05/03/2013 20:00 (GMT+05:30) To: Tomcat Users List users@tomcat.apache.org Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ? Brijesh, On 5.3.2013 11:47, Brijesh Deo wrote: Thanks Ognjen. I tried

RE: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-05 Thread Brijesh Deo
-Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: 06 March 2013 03:58 To: Tomcat Users List Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ? 2013/3/5 Brijesh Deo b...@sonicwall.com: Hi, Is there a way to make TLS

RE: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-05 Thread Brijesh Deo
From: Ognjen Blagojevic ognjen.d.blagoje...@gmail.com Date: 05/03/2013 20:00 (GMT+05:30) To: Tomcat Users List users@tomcat.apache.org Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ? Brijesh, On 5.3.2013 11:47, Brijesh Deo wrote: Thanks Ognjen. I tried

RE: Error configuring tomcat with ssl certificates

2013-03-05 Thread Brijesh Deo
and that is the problem. The other way round would be to generate or use a certificate based upon the cipher suites that you want or are supported in your ciphers attribute value. Brijesh Deo Dell | SonicWALL - To unsubscribe, e-mail: users

How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-04 Thread Brijesh Deo
Hi, Is there a way to make TLS 1.1 required for https connection with Tomcat server. I am currently on Tomcat 6.0.32 with JRE 1.7 on Windows 7. I tried setting [sslProtocol=TLSv1.1] in the Connector definition in server.xml but that did not stop TLS 1.0 connections from being accepted. I am not

RE: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-04 Thread Brijesh Deo
-Original Message- From: Igor Cicimov [mailto:icici...@gmail.com] Sent: 05 March 2013 13:22 To: Tomcat Users List Subject: Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ? On 05/03/2013 5:10 PM, Brijesh Deo b...@sonicwall.com wrote: Hi, Is there a way