Hi,

Sometime back I had to write a customized SSL handshake.
I used code from apache contrib ssl to implement the handshake.

Then I wrote the following classes to plug it into Axis2.

public class CustomizedSSLSender extends AbstractHTTPSender{}
public class CustomizedSSLTransport extends CommonsHTTPTransportSender{}

The code is available here[1]. 

This is not the exact solution, but it is a similar one. 

I hope this will help you to find a solution to your problem.

Thank you,
Dimuthu

[1]
https://wso2.org/repos/wso2/branches/solutions/identity/1.0-beta/solutions/identity/modules/token-verifier-core/src/main/java/org/wso2/solutions/identity/relyingparty/util/



On Wed, 2007-12-12 at 17:03 +0100, Massimiliano Masi wrote:
> Hi,
> 
> Quoting Paul Fremantle <[EMAIL PROTECTED]>:
> > Firstly you might want to have this discussion on a Rampart list - it might
> > get more involvement from real sec experts.
> 
> Sorry !!! I have both on the same mailbox, and sometimes I forgot to
> post in the right list!!! Sorry!!!
> 
> > My question is why do you need to write your own HTTPClient? I thought we
> > already supported SSL/TLS.
> 
> And how can I support SSLv3 with hostname verification, with the STSClient?
> 
> Thank you,
> 
>          Massimiliano
> 
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
> 
> 

Reply via email to