Hi, I am using HTTPClient to connect to Apache (SSL) web server. When the SSLProtocol in Apache is set to SSLv3 and TLSv1, the client is able to connect. But when the SSLProtocol is set to SSLv3 alone, the client is throwing a bad_record_mac exception and not connecting. Could some one help me in understanding why this is coming and how to rectify it? (I am not using setEnabledProtocols in my code. I just use getInstance method with string 'SSL'). Thanks&Regards Prasanna Ram
-- View this message in context: http://www.nabble.com/SSLv3-alone-is-not-working-tp19626319p19626319.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]
