...
Code Block | ||||
---|---|---|---|---|
| ||||
<Connector port="443" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" disableUploadTimeout="true" acceptCount="100" debug="0" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS" keystoreFile="C:\j2sdk1.4.2_04\jre\lib\security\cacerts" keystorePass="changeit"/> |
That keystoreFile path should point to your JRE's cacerts keystore. The default keystore password is "changeit" though you may have changed it.
Of course, this requires that your cacerts contains a key, self-signed or otherwise, for your server.
Trying it out
Configuring and Customizing CAS
...