SOI Manager & UI URLs on secured network
book
Article ID: 38641
calendar_today
Updated On:
Products
CA Service Operations Insight (SOI)
Issue/Introduction
How to make SOI (Manager & UI) use "https" protocol instead of "http"
Resolution
For UI Server: Follow the steps mentioned in Force SSL Connection for All Interface Access to force SOI UI server to force interfaces to use an SSL connection
- Ex: SOI UI Interface - http://<SOI UI Host>://7070/sam/ui
- SOI UI Debug Interface - http://<OI UI Host>://7070/sam/debug
For SOI Manager: Follow the steps to force SOI Manager server to force interfaces to use an SSL connection
- Ex: SOI Manager Debug Interface - http://<SOI Manager Host>:7090/sam/debug
- SOI Manager Admin Interface - http://<SOI Manager Host>:7090/sam/admin
- Stop SOI Manager services on SOI Manager
- Open <SOI_HOME>\tomcat\webapps\sam\WEB-INF\web.xml and change all <security-constraint><user-data-constraint> entries from
NONE to CONFIDENTIAL.
- Save and close the file.
The HTTP address is automatically redirected to an HTTPS address.
- Start SOI Manager services
- Enter an HTTP address for the SOI Manager debug or Admin page from a browser.
The browser redirects to an HTTPS address
Feedback
thumb_up
Yes
thumb_down
No