We need to remove SSL configurations on the CABI which is bundled with UIM. We are using self-signed certificate which is causing some issues on loading Operator console home page. so, we are planning to remove SSL on CABI side. Can you please list out the steps required?
Release : 20.3
Component : UIM - CABI
It should only be necessary to take the following steps:
- access Raw Configure on the wasp probe on the CABI robot
- remove the https_port key entirely
- ensure http_port is set appropriately
- if cabi_url key is set in wasp or cabi probes and set to https, make sure to set it to http (check Raw Configure on cabi and wasp probes for this key. It may be present on one or both.)
- if you are using UIM 20.1 or prior with UMP then you must also make the same change to cabi_url key on UMP wasp.
- for UIM 20.3 you must make the same change on the Operator Console wasp.
- restart the wasp and cabi probes after making the changes