Hello, I deployed Axis in tomcat 4.1 and configured tomcat to work in a secure mode ( SSL) The client send authentication data ( user and password) using: org.apache.axis.client.Stub.setUserName(_) org.apache.axis.client.Stub.setPassword(_)
My question is whether the authentication info is sent after the SSL handshake so it is encrypted, or whether it is sent in clear text because it is part of the first request to the server. Thanks, Adi
