CollabNet Subversion sever

For CollabNet Subversion servers, follow the instructions given below:

  1. Change "+SSLv3" to "-SSLv3" by doing the following:
    • For Windows: Edit the file C:\Program Files\CollabNet Subversion Server\httpd\conf\httpd.conf to change "+SSLv3" to "-SSLv3".
    • For Linux: Edit the file /etc/opt/CollabNet_Subversion/conf/httpd.conf to change "+SSLv3" to "-SSLv3".
    • SSLProtocol ALL -SSLv2 -SSLv3
  2. Perform a graceful restart of the Apache server:
    • apachectl -k graceful