To force all CollabNet
TeamForge traffic to use SSL encryption
(HTTPS), state that preference in your configuration file.
-
Back up your existing /etc/httpd/conf/httpd.conf
file.
-
Update the
/opt/collabnet/teamforge-installer/<release-number>/conf/site-options.conf file to
support SSL.
-
Set the value of the SSL variable to
on.
-
Set the value of the SSL_CERT_FILE variable to the
location of the file that contains your site's SSL certificates.
-
SSL_CERT_FILE=www.example.com.crt
-
Set the value of the SSL_KEY_FILE variable to the
location of the file that contains your site's RSA private keys.
-
SSL_KEY_FILE=www.example.com.key
Important: Select a location for your cert file and your key
file that is permanent across restarts. Don't use a temp directory
that can be wiped out.
-
Rename the /etc/httpd/conf.d/ssl.conf file to
/etc/httpd/conf.d/ssl.conf.old, if it exists.
-
Recreate the runtime environment.
-
./install.sh -V -r -d
<SITE_DIR>
-
Rename the /etc/httpd/conf/httpd.conf.cn_new file to
httpd.conf.
-
Restart the Apache service.
When you point your browser at CollabNet
TeamForge , it should now
automatically redirect to HTTPS traffic.