All,
This question is related to the icm/server_port_<XX> parameters.
I have recently enabled the following ICMs:
0 = HTTPS on Port 443XX
1 = HTTP on Port 0 (effectively disabled)
2 = SMTP on Port 0
When I go to certain ABAP transactions (For example, tx:BRF+ or SOLUTION_MANAGER) it opens a web browser that takes you to a URL on the ABAP ICM. Right now it tries to take us to http://<server>:0 indicating it's trying to use the ABAP HTTP ICM. I want it to use the ABAP HTTPS ICM.
It doesn't seem to matter if icm/server_port_0 is the HTTP or HTTPS setup. How can I tell it "use this ICM Port as the defaut when you launch a web browser"?
I hope this question makes sense?