If TEAMS-RDS is to be served over HTTPS, then there are two steps required.
Configure the web-server for SSL
This depends on which web-server is being used. For example, for Apache web-server, consult this page, http://httpd.apache.org/docs/current/ssl/. For other web-servers, consult their respective user guides.
Configure TEAMS-RDS
After the web-server has been configured for HTTPS, TEAMS_RDS may be accessed over both HTTP and HTTPS. To force use of HTTPS, make the following change to the file %RDS_HOME%/conf/rdsProperties.xml:
Change
<entry key=”http.channel”>http</entry>
to
<entry key=”http.channel”>https</entry>
That is, change http to https. Now, TEAMS-RDS will always be served over HTTPS.