How to enable HTTPS option for existing RAM
Hi,
We have a RAM setup using WAS and DB2 using default options.
LDAP is configured on WAS and users can login using their AD account.
Now there aroused a requirement for implementing HTTPS option.
Note: Currently RAM is accessed using URL - http://<hostname>:9080/ram/home.faces.
Requirement is to have Secured option enabled so that URL can be accessed via - https://<hostname>:9080/ram/home.faces
Referenced the below article online and doesnt seem to have enough information.
http://www-01.ibm.com/support/knowledgecenter/SSUS84_7.5.2.1/com.ibm.ram.legal.doc/topics/c_securityover.html%23c_securityover__EnablingSecurityInstall?lang=en
|
One answer
If you can access RAM via https://<hostname>:9443/ram/home.faces, then you already have HTTPS enabled (which is by default anyway).
If you want to access RAM via https://<hostname>:9080/ram/home.faces, you will have to change the HTTPS port of the WAS profile to 9080. And you have to change the HTTP port to something different to 9080 first, otherwise you will have port confict. This setting looks a bit strange to me but you can do it if you want. http://www-01.ibm.com/support/knowledgecenter/SSR27Q_5.0.1/com.ibm.jazz.install.doc/topics/t_ports_change.html (Don't worry about the RQM bit, the steps are the same) |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
If the HTTP port of your WAS profile is 9080, it is very likely that the HTTPS port has been configured as 9443. Can you access RAM via https://<hostname>:9443/ram/home.faces?
The WAS console can be accessed using the URL - https://<hostname>:9043/ibm/console/logon.jsp