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)

Reply via email to