Orchestrate server

The following are the instructions to turn off SSLv3 on the Orchestrate server for POODLE vulnerability:
  1. Open the nginx config file:
    • vim /opt/collabnet/nginx/conf/collabnet-nginx.conf
  2. Add a new configuration directive into the server section:
    • ssl_protocols TLSv1 TLSv1.1 TLSv1.2
  3. Reload nginx configuration:
    • /etc/init.d/collabnet-nginx reload /etc/init.d/collabnet-nginx reload