Alexander 'boesi' Bösecke wrote:
> Mark Thomas schrieb:
>> Alexander 'boesi' Bösecke wrote:
>>> When I restore the .keystore with the self signed certificate it works
>>> again. So what am I missing or doing wrong?
>> You log file shows you are using the APR/native connector. That won't
>> work
>> with JKS. See http://tomcat.apache.org/tomcat-6.0-doc/apr.html
> 
> So I either have to delete the tcnative-1.dll from my Tomcat directory
> or change the connector in my sever.xml to
>   <Connector port="443" maxHttpHeaderSize="8192"
>     maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
>     enableLookups="false" disableUploadTimeout="true"
>     acceptCount="100" scheme="https" secure="true"
>     SSLCertificateFile="Path/to/the/certificate text file"
>     SSLCertificateKeyFile="Path/to/the/privateKey text file"/>
> ?
> 
> But unfortunately neither of them work.

Probably because you didn't set SSLEnabled="true" .

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to