
confugure following listener: find and edit or create new one Connector element that has schemehttps. No one on stackoverflow appears to have had this particular issue. go to Tomcat configuration directory, open server. Apache/Tomcat running on Linux needs to make calls out to a Microsoft server running IIS over HTTPS that uses an internal Certificate Authority (CA) for SSL. Then in Tomcat's serverl.xml I've uncommented and updated: Īnd restarted, but when I go to: I just get a timeout and I'm stumped. I need to perform web service calls from within my own web server running on Apache/Tomcat.

Keytool -import -alias inter -keystore $TOMCAT_HOME\Keystore -file newssl.txt So, I've created the a keystore: keytool -genkey -alias Procon -keyalg RSA -keystore $TOMCAT_HOME\KeystoreĪnd a CSR: keytool -certreq -keyalg RSA -alias Procon -file cert.csr -keystore $TOMCAT_HOME\KeystoreĪnd I've had the root file and new cert back from the provider and installed them in the keystore: keytool -import -alias rootca -keystore $TOMCAT_HOME\Keystore -trustcacerts -file root.txt I'm trying to configure Tomcat 8 on Windows for SSL.
