You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Imesh Gunaratne (JIRA)" <ji...@apache.org> on 2014/10/22 12:48:33 UTC

[jira] [Created] (STRATOS-904) Update Stratos Load Balancer with SSLv3 Issue

Imesh Gunaratne created STRATOS-904:
---------------------------------------

             Summary: Update Stratos Load Balancer with SSLv3 Issue
                 Key: STRATOS-904
                 URL: https://issues.apache.org/jira/browse/STRATOS-904
             Project: Stratos
          Issue Type: Improvement
          Components: Load Balancer
    Affects Versions: 4.1.0 M2
            Reporter: Imesh Gunaratne
            Assignee: Imesh Gunaratne


Please add the following line to axis2.xml under transportReceivers
 <parameter name="HttpsProtocols">SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2</parameter>
This would work for java7 and above

For java6 use (can mention this on docs)
 <parameter name="HttpsProtocols">TLSv1</parameter>

Thanks Chamith (https://twitter.com/gnuchami) for providing this information.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)