cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the BW Query Monitor to use https?

mark_foerster
Participant
0 Kudos

When I enter transaction RSRT (BW Query Monitor) and change the query display to "4 ABAP Web", a pop up appears with an URL using http.

Transaction RSCUSTV15 shows the web protocol HTTPS:

The Security Guide for SAP S/4HANA 2022 recommends to enable SSL for the relevant ICF services (which would be in my case BEx):

However, I tried that and the pop-up in RSRT still tries to open a http connection, even with SSL being enabled:

View Entire Topic
FCI
Active Contributor
0 Kudos

Hum, I had a look on the code. The protocol used is actually hard coded (HTTP) in the RSRT. But, in my case, at the web service level, we ask to use HTTPS.

A http URL is called by the RSRT and then switch automatically to https at the web service level:

At least, this is my understanding of what happens on my environment.

Regards