You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Rick McGuire (JIRA)" <ji...@apache.org> on 2007/01/24 13:33:50 UTC

[jira] Closed: (OPENEJB-456) Several errors in the yoko socket factory when dealing with SSL sockets.

     [ https://issues.apache.org/jira/browse/OPENEJB-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rick McGuire closed OPENEJB-456.
--------------------------------

    Resolution: Fixed

Committed revision 499381.

> Several errors in the yoko socket factory when dealing with SSL sockets.
> ------------------------------------------------------------------------
>
>                 Key: OPENEJB-456
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-456
>             Project: OpenEJB
>          Issue Type: Bug
>    Affects Versions: 2.3
>            Reporter: Rick McGuire
>         Assigned To: Rick McGuire
>             Fix For: 2.3
>
>
> There are a couple of problems in the logic for dealing with SSL connections.  These errors are mostly canceling each other out, but they can cause an incorrect result in some situations.
> 1)  The test for NoProtection also needs to recognize a requires value of 0 means no SSL. 
> 2)  The createSSLSocket() method is using the serverSocketFactory for retrieving the supported cipher suites.  If this ORB has never created a secure server socket, this will quietly die with a NullPointerException and end up creating a plain socket instead.  This error is offsetting the error in 1) above. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.