Previous Topic: Secure Proxy Server UpgradeNext Topic: Proxy UI for the Secure Proxy Server


Update the SSL Version

Follow these steps:

  1. Navigate to this location:
    /opt/CA/secure-proxy/httpd/conf/extra
    
  2. Check if the /httpd-ssl.conf file has the SSLProtocol defined.
  3. If the SSLProtocol does not support SSLv3, navigate to this location:
    /opt/CA/secure-proxy/proxy-engine/conf/server.conf 
    
  4. Open the server.conf file.
  5. Check the versions tag under the sslparams tag.

    If the versions tag is set to SSLv3, replace it as follows:

    versions="TLSv1"'
    
  6. Restart the Secure Proxy Server.