cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

I am updating a suite of UI5 apps which are running on an on-premise Gateway hub. I have switched the library reference so that the UI5 libraries are loaded from the CDN. This is an excerpt from the index.html

<script id="sap-ui-bootstrap"
            src="https://sapui5.hana.ondemand.com/1.52.7/resources/sap-ui-core.js" etc. etc.

I note that my use of HTTPS matches the example in the UI5 documentation:

Variant for Bootstrapping from Content Delivery Network

When I run the apps in Chrome 65 I get the following warning in the console:

The SSL certificate used to load resources from https://sapui5.hana.ondemand.com will be distrusted in M70. Once distrusted, users will be prevented from loading these resources. See https://g.co/chrome/symantecpkicerts for more information.

My question is, does everyone else get this warning too? Are SAP taking action to ensure that our users will still be able to download the libraries from the CDN?

0 Likes
View Entire Topic
gregorw
SAP Mentor
SAP Mentor
0 Likes

As SAP is using Akamai for the SAPUI5 CDN I would think this could help https://community.akamai.com/community/web-performance/blog/2018/03/06/google-symantec-subca-transit...

MikeDoyle
Active Contributor
0 Likes

Great spot Gregor, thanks very much