It worked only when we did the scheme register like this
                Scheme sch = new Scheme("https", 443, socketFactory);
                SchemeRegistryFactory.createDefault().register(sch);

We were using  as below that does not seem to be working

                Scheme sch = new Scheme("https", 443, socketFactory);
        
httpClient.getConnectionManager().getSchemeRegistry().register(sch);            


olegk wrote:
> 
> On Tue, 2011-04-26 at 00:43 -0700, harikris wrote:
>> Is this fixed yet. I believe we are seeing similar issue with 4.1.1 as
>> well
>> 
> 
> Yes, this issue has been resolved in 4.1.1.
> 
> Oleg
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/SSL-Mutual-Authentication-Code-worked-in-4.0.1-but-fails-in-4.1-tp31092864p31476364.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to