It's all about the answers!

Ask a question

How to enable HTTPS option for existing RAM


anoop mc (74811199221) | asked Nov 24 '14, 10:07 a.m.
 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

Comments
Donald Nong commented Nov 24 '14, 6:04 p.m.

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?


anoop mc commented Nov 24 '14, 9:02 p.m. | edited Nov 24 '14, 9:38 p.m.

The WAS console can be accessed using the URL - https://<hostname>:9043/ibm/console/logon.jsp



9443 port is used by RTC https://<hostname>:9443/ramccm

One answer



permanent link
Donald Nong (14.5k614) | answered Nov 24 '14, 9:38 p.m.
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


Register or to post 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.