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?
Request clarification before answering.
Yes, we all get this warning. In fact, I realized this warning long time ago back in 2017. You're getting this even on https://www.sap.com because this references https://accounts.sap.com which in turn doesn't have a "good" cert yet. As you know the demokit has the same issue (both https://sapui5.hana.ondemand.com/ and https://ui5.sap.com/). I can't tell why SAP is so slow fixing this by simply patching all the SSL certs. I've updated the certs for some of our clients and for our own site back in 2017 and the net effort is quite low, the monetary costs goe from free - a few tens/hundreds/thousands of bucks (depending on own requirements, i.e. wildcard certs, green color in browsers, and others...).
I even thought about opening a ticket for OpenUI5 on Github (although it's more a topic for the site admins of *.ondemand.com and *.sap.com). Anyways... There is still some time for SAP to fix this. If I remember correctly, then Google will start shipping the first Chrome version (M70) blocking those certs around June/July in Canary or beta, before the rest of the world gets served in Sept/Oct 2018 or so.
By the way:
Back in Q4 2017 I've switched from NW ABAP UI5 versions to CDN for a couple of customers and so far this was the best decision:
Some drawbacks I discovered are (some of them I mentioned on the announcement blog of stefan.beck😞
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks so much pars.man for this really useful feedback. I'm reassured now that the certs will get sorted.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.