Hi,
I am trying to to Configure SSL in Tomcat 5.0. I created a new Keystore with a single self-signed certificate following the instructions in
keytool -genkey -alias tomcat -keyalg RSA
And this is the SSL Connector in server.xml
<Connector className="org.apache.coyote.tomcat5.CoyoteConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS"/>
But when i try to open the tomcat home page with in IE it says "Cannot find server"
Does anyone have an idea what is wrong?
Thanks in advance,
Vidya
I am trying to to Configure SSL in Tomcat 5.0. I created a new Keystore with a single self-signed certificate following the instructions in
keytool -genkey -alias tomcat -keyalg RSA
And this is the SSL Connector in server.xml
<Connector className="org.apache.coyote.tomcat5.CoyoteConnector"
port="8443" minProcessors="5" maxProcessors="75"
enableLookups="true" disableUploadTimeout="true"
acceptCount="100" debug="0" scheme="https" secure="true" clientAuth="false" sslProtocol="TLS"/>
But when i try to open the tomcat home page with in IE it says "Cannot find server"
Does anyone have an idea what is wrong?
Thanks in advance,
Vidya