cancel
Showing results for 
Search instead for 
Did you mean: 

CSS url called through http

Former Member
0 Kudos

Hello,

We are running on NW Portal 7.31 with ESS/MSS.

When calling an iview in portal which fetches data from backend and theme from the portal itself.

When traced the url, found that the below css file is getting called.

http://domainname/com.sap.portal.design.urdesigndata/themes/portal/sap_tradeshow_plus/ls/ls_ie6.css?...

We dont want the css file to get called through http, cause http is blocked in our case.

Can you suggest a way to change it to https.

NOTE: We have thousands of iview and we dont want to change the property of each iview individually using css-url.

Regards,

Abhishek

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Abhishek,

try following link:

Mapping Ports - Administration Manual - SAP Library

Regards,

Mahmoud

gilad_bussi
Explorer
0 Kudos

Hello Abhishek,

Sorry, I have noticed I didn't put a link to the documentation...

Here is the SAP Note (KBA) which summarized your issue:

1643446 - Nonsecure Content Warning For Theme Resources When Calling
the Portal Via a Load Balancer ...
.

BR, Gilad B.

Former Member
0 Kudos
Former Member
0 Kudos

Hello,

We already have SSL in place and all the urls are called by https only.

This has nothing to do with SSL.

Regards,

Abhishek Singh

gilad_bussi
Explorer
0 Kudos

If the portal is already set to https but only the css-url is being built with http, you need to configure a proxy mapping in your j2ee engine.

See documentation.

BR, Gilad B.

Former Member
0 Kudos

Hi,

I think error is because the URL parameter 'sap-cssurl' is transferred; however, it is not used by the backend. In addition, due to an error, the standard value for the style sheet is changed to 'sap_tradeshow'. The current and correct standard value is 'sap_tradeshow_plus'.

Note 1818426 - WDA: Portal style sheet is not used

let me know if you it doesnot helps.

Thanks

Rishi Abrol