I have been trying to configure tomcat, however I have come across a small problem. My keystore and key have different passwords, if I try to configure as per the below then https will not work. If I make the passwords match it does work. Is there anyway to tell tomcat that the key password is different? or is this a limitation? I am using Tomcat 7 version 63
<Connector port="7001" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true"
keystoreFile="d:/path/to/Keystore.jks" keystorePass="KeystorePassword"
clientAuth="false" sslProtocol="TLS" />
Thanks
Ahh Ok, I have resolved this issue, as the keyStorePassword and key password were different All I had to do was add the following keyPass= I feel pretty stupid now!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With