I am trying to update my SSL certificate in tomcat. The webserver keeps sending the old expired certificate I am taking over from long gone admins with no config notes, but this should be straightforward. The certificate authority support suggests there might be another configuration..but this is the only server.xml for the app

The best answer from the cert authority is that there is another keystore but the xml file points to where my keystore is.

It passes all the tests except for the cert authorities final test.

I installed and verified the keystore
I restarted tomcat6
I believe the XML file says the keystore is keystoreFile="/opt/atlassian/confluence/conf/.keystore"/> (see below)
Even though I changed the password, it is still reading the old key.

I am wondering if there is a stale certificate in memory. I cannot think of anything else. If that be the case can I clear that without a reboot?


root@dvm7:/opt/atlassian/confluence/conf#server.xml

        <Connector address="127.0.0.1" port="8443" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
                   enableLookups="false" disableUploadTimeout="true"
                   acceptCount="100" scheme="https" secure="true"
                   clientAuth="false" sslProtocol="TLS" SSLEnabled="true"
                   URIEncoding="UTF-8" keystorePass="dsgroot"
keystoreFile="/opt/atlassian/confluence/conf/.keystore"/>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to