J
johndesp
Attempting to SSL enable tomcat 4.04. Have implemented JSSE and SSL
works fine when I create a keystore with a self generated certificate.
keytool -genkey -alias tomcat -keyalg RSA -keystore .keystore
We now want to cutover using a production certificate. We create a
..cer file by accessing our production web site and export the
certificate to a .cer file.
then using the keytool we import the .cer file
keytool -v -import -file prod.cer -keystore .keystore
When we inspect the .keystore file using the -list switch we see the
certificate.
Now when we implement the .keystore in tomcat, only the original self
generated certificate is presented.
So, using the keytool we delete the original self generated
certificate so we are only left with the newly imported production
certificate.
When we implement this .keystore file with only the production cert,
the browser and tomcat fail to negotiate. Tomcat binds to port 8843
but the ssl negotiation is hosed.
Has anybody ever gottent tomcat & ssl to work with a non self
generated certificate? Can you please help?
Thanks,
(e-mail address removed)
works fine when I create a keystore with a self generated certificate.
keytool -genkey -alias tomcat -keyalg RSA -keystore .keystore
We now want to cutover using a production certificate. We create a
..cer file by accessing our production web site and export the
certificate to a .cer file.
then using the keytool we import the .cer file
keytool -v -import -file prod.cer -keystore .keystore
When we inspect the .keystore file using the -list switch we see the
certificate.
Now when we implement the .keystore in tomcat, only the original self
generated certificate is presented.
So, using the keytool we delete the original self generated
certificate so we are only left with the newly imported production
certificate.
When we implement this .keystore file with only the production cert,
the browser and tomcat fail to negotiate. Tomcat binds to port 8843
but the ssl negotiation is hosed.
Has anybody ever gottent tomcat & ssl to work with a non self
generated certificate? Can you please help?
Thanks,
(e-mail address removed)