> 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]

Reply via email to