SOI Manager & UI URLs on secured network
search cancel

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"

Environment

SOI 4.x

Resolution

For UI Server: Follow the steps mentioned in the below Wiki page 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://<SOI UI Host>://7070/sam/debug


https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/service-operations-insight/4-2/installing/ssl-implementation/force-ssl-connection-for-all-interface-access.html


 

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


 

1) Stop SOI Manager services on SOI Manager


2) Open <SOI_HOME>\tomcat\webapps\sam\WEB-INF\web.xml and change all <security-constraint><user-data-constraint> entries from


     NONE to CONFIDENTIAL.


3) Save and close the file.


The HTTP address is automatically redirected to an HTTPS address.


4) Start SOI Manager services


5) Enter an HTTP address for the SOI Manager debug or Admin page from a browser.


The browser redirects to an HTTPS address