cancel
Showing results for 
Search instead for 
Did you mean: 

ICM HTTPS for WebDynpro but not for BSP

Former Member
0 Kudos

Hello,

We have activated both HTTP and HTTPS ports on our ICM.

In SICF, I am able to Test that sap/bc/bsp is not opening on HTTPs, but sap/bc/webdynpro is.

Their configuration are totally identical:

- Neither is set to use SSL on "Logon Data" tab;

- Logon procedure is Standard (from SAML configuration) on 'Logon Data" tab;

- On 'Error Pages' tab, it is not set to switch to HTTPS.

- The applications have not specific settings for HTTPS.

If I deactivate HTTPS on ICM, they both work normal on HTTP.

The question is: why, when activating HTTPS on ICM, only WebDynpro apps are running on HTTPS and BSP are running on HTTP?  Is there some configuration where this can be setup - differenciate betwenn WDA and BSP?

Regards,

Ricardo

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Is HTTPURLLOC configured? Although you write that it isn't the case maybe the BSP application specific setting Page -> Properties -> Transfer Options -> HTTPS overrides the default which seems to be HTTPS. You can use function module BSP_URL_GENERATION and method CL_WD_UTILITIES=>CONSTRUCT_WD_URL to troubleshoot further.