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:49:33 UTC

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

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

Imesh Gunaratne updated STRATOS-904:
------------------------------------
    Fix Version/s: 4.1.0

> 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
>             Fix For: 4.1.0
>
>
> 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)