On Thu, 2006-02-16 at 09:05 -0500, [EMAIL PROTECTED] wrote:
...
> I had tried that before and the test-code for verisign works fine.  I am
> using java 1.4.2-02, so most of the known issues don't apply for that
> reason, and the last known issue is not the error I am getting.
> 
> The socket-based test code also works for the intranet server when I add
> the line:
>     ((SSLSocket)ssl).setEnabledProtocols(new String[] {"SSLv3"});

Implement a custom SSL socket factory that does that same.

Oleg

> excpet that it takes 10-15 secs to finally terminate unless I make the
> loop condition:
>     while ((line = in.readLine()) != null && line.length()>0)
>
> Based upon the setEnabledProtocols line, I tried restricting the Cipher
> protocols that the apache server would use in it's conf file by:
>     SSLProtocol -All +SSLv3
> 
> 
> ---------------------------------------------------------------------
> 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