You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Zsolt Koppany <zk...@intland.com> on 2003/12/06 10:57:22 UTC

Cannot connect to tomcat-5.0.16 via SSL

Hi,

I get an error message when I try to connect to tomcat-5.0.16 from mozilla
via SSL:

"localhost has received an incorrect or unexpected message. Error
Code: -12229".

I don't have this problem with tc-4.1.24. How can I fix it?


I have modified server.xml as follows:

<Connector port="8443"
               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" disableUploadTimeout="true"
               acceptCount="100" debug="0" scheme="https" secure="true"
               clientAuth="false" sslProtocol="TLS"

keystoreFile="C:\DOKUME~1\zk\EIGENE~1\CB\tomcat\cb\config\keystore"
keystorePass="xxx"/>


Zsolt



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org