Bellamine, Khalil wrote: > > Hi all, > I've configured my tomcat server to use SSL with the explanation > in tomcat site (ssl-howto.html). After this configuration when I try > https://localhost:8443 in Internet Explorer the page try to open for a > long time and then I get "The page cannot be displayed" error. I even > tried with Mozilla FireFox and I had the same result. > > I'm using Tomcat 6.0.16 and JRE 1.6.0_06 and I have the > .keystore in the default directory. I chose the normal installation for > Tomcat without the APR package. I didn't install the JSSE because I have > the last version of JRE and as I read isn't necessary. > I configured the connector in the "server.xml" file as below: > <Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" > maxThreads="150" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" > keystoreFile="${user.home}/.keystore" > keystorePass="mypasswd"/> > > Does anyone know if is needed more configuration to use ssl? > > Thanks, Khalil. > >
Even I found sample problem, if you found the solution, then please send me the hints. Thanks, Hitesh -- View this message in context: http://www.nabble.com/Tomcat-%2B-SSL%2B-page-cannot-be-displayed-tp18565523p18605190.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]