I'm using Tomcat 6.0 as a webserver, and I want to know how can I run login page over https protocol?
I've implemented form based authentication correctly with NONE as value in tag, but when I changed <transport-gurantee> tag with the value CONFIDENTIAL, my browser is not able to display the page and returning an error:
Firefox can't establish a connection to the server at localhost:8443.
Could anyone please tell me why it is not happening with NONE as value, and how can I overcome from this problem?