barcode-reader-javascript
barcode-reader-javascript copied to clipboard
jsDelivr CDN SSL certificate error
I am currently utilizing the Dynamsoft JavaScript Barcode library in my project, specifically version 9.6.20 hosted via the jsDelivr CDN. Today, I encountered an SSL certificate error when trying to access the library at the following URL: https://cdn.jsdelivr.net/npm/[email protected]/dist/dbr-9.6.20.browser.worker.js
The specific error displayed in my browser is NET::ERR_CERT_COMMON_NAME_INVALID. This error is preventing the library from loading properly, which is impacting the functionality of my application.
Do you recommend any specific steps to circumvent or fix this issue temporarily while a permanent solution is being worked on? Is there an alternative CDN or method of accessing the library that you could recommend during this disruption?
Hi,
Sorry for reply late because of my vacation.
I have got some reports of jsdeliver SSL error.
You can use https://unpkg.com/[email protected]/dist/dbr.js instead if jsdeliver is still not working.
I'm working on a fallback solution. If one CDN not working, it can switch to another CDN automatically.
Regards