0 Replies Latest reply on Aug 25, 2005 6:15 AM by sviluppatorefico

    tomcat with ssl support and basic authentication

    sviluppatorefico

      I...i've configured tomcat with ssl support and my web application with transport-guarantee "CONFIDENTIAL". With this configuration when I go to http://localhost:8080/webapp, the server redirect me at https://localhost:8443/webapp. But before the redirect, I insert username and password through a "BASIC" authentication. I ask me if username and password are passed as crypted to the server because the padlock of the browser is activated only after the authentication