https-page cannot be displayed error

Hi,

I've created a self signed certificate using keytool. I've also uncommented the connecter element in server.xml. But when rying to connect using https page I get Page cannot be displayed message. I'm using the default port 8443.

I'm using jdk1.6 and tomcat5.5

please help me. what can be the problem.

thanks

[346 byte] By [Terzaa] at [2007-11-26 19:07:53]
# 1
Have you started the TOMCAT Service ?with Regards,Gangotri
Gangotri.a at 2007-7-9 21:00:46 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 2

hi

I am also facing the same problem. I have installed jre5 and tomcat 5.

I am not getting any error in configuration. it is working when I am using

http://localhost:8443

but it is not working with

https://localhost:8443

please help me on this

Thanks in Advance

Dalwinder Kumar

Dalwindera at 2007-7-9 21:00:46 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 3
A TLS server won't accept a self-signed client certificate unless it has been told to, by exporting it from the client's keystore and importing it into the server's truststore.
ejpa at 2007-7-9 21:00:46 > top of Java-index,Security,Other Security APIs, Tools, and Issues...