SSL Cert Renewal not working

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
ghilton
Posts: 196
Joined: Thu Sep 27, 2007 1:06 pm
Location: Manchester (UK)

SSL Cert Renewal not working

Post by ghilton »

Hello

I have an SSL cert about to run out which we need. The Cert is from GEOCERTS I have never installed with tomcat before and have followed all the steps I was told I neede to do but. The new Cert cannot be ssen via the padlock on the site.

I was also told to edit the server.xml file so the cert store and password will be correct but I do not have the lines in my server.xml?

Is anyboby else out there using SSL on the web apps that can help as I am at a lose and time is running out!
server.xml lines -
<Connector className="org.apache.catalina.connector.http.HttpConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="0" scheme="https" secure="true">
<Factory className="org.apache.catalina.net.SSLServerSocketFactory"
clientAuth="false" protocol="TLS"
keystoreFile="/working/mykeystore"
keystorePass="password"/>

I have also tried to log into the Tomcat admin tool to no avail!!


Thanks
ghilton
Posts: 196
Joined: Thu Sep 27, 2007 1:06 pm
Location: Manchester (UK)

Aware Im Version

Post by ghilton »

Sorry should of said I am running AwareIM v 2.3. Yep an old install I know but it works fine!
ab042
Posts: 326
Joined: Mon Jul 17, 2006 4:11 am

Post by ab042 »

Not sure I can help, very old version. But what OS are you running?
ghilton
Posts: 196
Joined: Thu Sep 27, 2007 1:06 pm
Location: Manchester (UK)

OS Version

Post by ghilton »

Win2000 Server
Post Reply