Marc,

HttpClient does not directly deal with any aspects of transport security. One is 
expected to provide a custom protocol socket factory in order to enforce the desired 
transport security.

See HttpClient SSL guide for details

http://jakarta.apache.org/commons/httpclient/sslguide.html

There is a new ssl socket factory pending inclusion into HttpClient 'contrib' package. 
This may be what you want

http://issues.apache.org/bugzilla/show_bug.cgi?id=29306

Oleg

-----Original Message-----
From: Marc Boorshtein [mailto:[EMAIL PROTECTED]
Sent: Monday, June 07, 2004 14:44
To: [EMAIL PROTECTED]
Subject: Retrieving server side certificate durring handshake?


Hello,

I have the http libraries working with SSL, but I need to be able to  
retrieve the server's certificate on connection.  I looked at the easy  
ssl protocol handler, but I didn't see anything that let me do this.   
Am I missing something, or is this handled at the JSSE level?

Thanks

------------------------------------------------------------------------ 
--------------------------
Marc Boorshtein
Sr. Software Engineer, Octet String
[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to