Subversion Edge server

For Subversion Edge servers, follow the instructions given below:

  1. Change "+SSLv3" to "-SSLv3" by doing the following:
    • For Windows: Edit the file Install-dir:\csvn\data\conf\httpd.conf to change "+SSLv3" to "-SSLv3".
    • For Linux: Edit the file Install-dir:/csvn/data/conf/httpd.conf to change "+SSLv3" to "-SSLv3".
    • SSLProtocol ALL -SSLv2 -SSLv3
  2. Perform a graceful restart of the Apache server:
    • apachectl -k graceful
  3. You can also perform the above-given steps from the UI. To change "+SSLv3" to "-SSLv3 from the UI, do the following:
    Note: The older versions of Subversion Edge may not have this functionality.
    1. Log into the console window and click Administration > Server Settings > Advanced Configuration.
    2. Locate the following command:
      • SSLProtocol ALL -SSLv2
    3. Change it to the following:
      • SSLProtocol ALL -SSLv2 -SSLv3
    4. Click Done.