Hello,

I'm trying to enable HTTPS with Tomcat5.5.9. Here is my connector description in
the server.xml file:

    <Connector port="8443"
               minProcessors="5"
               maxProcessors="75"
               enableLookups="true"
               disableUploadTimeout="true"
               acceptCount="100"
               debug="0"
               scheme="https"
               secure="true"
               clientAuth="false"
               sslProtocol="TLS"
               keystoreFile="conf/ssl/keystore"
               keystorePass="****"/>

my keystore is valid, keys have been imported successfully (certificate from
Thawte).

New, when I try to connect to https://myserver:8443/, the browser show an error
saying he hasn't a common encryption algorithm with the server ...

any ideas ?




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to