On Thu, 2006-11-09 at 11:58 +0100, [EMAIL PROTECTED] wrote: > Hello there, > > HttpClient connect to a server and using https. > For that the program use a selfimplemented > SSLProtocolSocketFactory(). > > The server accept the certificate and the > handshake is fine. > > How can I figure out if the connection is > really encoded ? > > The logs on the client showed the password in > plain text. I turned of the following one : > > "httpclient.wire.content" > > > So maybe it will be encoded afer it is logged ? > How can I go sure that it is really encoded? >
Bastian, Rest assured, the content gets logged before it is written to the underlying socket. Feel free to use a traffic analyzer to make sure it is indeed the case. Oleg > Thanks for help, > > bastian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
