Thanks Marvin,

We will give it a try and let you know,

Gene

Gene A. Waters
CACI International Inc.
Senior Business Objects - Programmer Analyst
Navy Enterprise Team Ships (NETS), Norfolk, VA
Work Phone: (757) 852-6943
email:  [email protected], [email protected]
________________________________________
From: Marvin Addison [[email protected]]
Sent: Monday, September 19, 2011 9:36 AM
To: Tomcat Users List
Subject: Re: How to Configure Tomcat 7.0 for SSL

> SSLEngine="on"

There's no such attribute for this connector.  The attribute you want
is SSLEnabled="true".  I would also recommend the following attributes
for security-conscious deployments:

SSLProtocol="SSLv3+TLSv1"
SSLCipherSuite="!ADH:HIGH:MEDIUM:-SSLv2"

If you continue to have trouble, post the output of catalina.out.

M

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to