Firefox/Chrome doesnt supports sslv3 protocol

Firefox/Chrome doesnt supports sslv3 protocol

Hi,

The latest Firefox/Chrome doesn't supports sslv3 protocol and the below procedures will provide the details of enabling it,  

1. Please edit the server.xml file from    [SCP_Home]/server/default/deploy/jbossweb-tomcat50.sar/    and add the below highlighted entries in the server.xml file   

<Connector address="${jboss.bind.address}" clientAuth="false" keystoreFile="${jboss.server.home.dir}/conf/scp.keystore" keystorePass="scpsecured" maxSpareThreads="15" maxThreads="100" minSpareThreads="5" port="443" scheme="https" secure="true" sslProtocols="   TLSv1, TLSv1.1    " ciphers="TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_RC4_128_SHA, TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA,SSL_RSA_WITH_RC4_128_SHA"    />  

2. Then restart the application and check this solves the issue.  

For reference I have attached the latest version server.xml with the modified changes

TLSv1.2 is supported from Java 7 onwards.    We are working on bundling Java 7 and we will update once the process  is completed.

Regards,
Arun
SupportCenter Plus

              New to ADManager Plus?

                New to ADSelfService Plus?