Roger Roger wrote: > I used the following connector: > <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" > keystoreFile="C:\Tomcat\keystore\.keystore" > maxThreads="150" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" /> > > I tried this with a keystore filename without the starting dot, but that > didn't change anything. Remember that this setup works with Tomcat 5.5.
Just to exclude a frequent reason for problems like this: you're not using APR, are you? Because if you were using APR the above setup wouldn't help you at all wrt creating a HTTP Connector. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]