Dynamsoft / barcode-reader-javascript

Dynamsoft Barcode Reader JavaScript SDK for package managers. PDF417, QR Code, DataMatrix, MaxiCode and more are supported.
https://www.dynamsoft.com/barcode-reader/sdk-javascript/
Other
168 stars 111 forks source link

jsDelivr CDN SSL certificate error #143

Open Teablack opened 2 months ago

Teablack commented 2 months ago

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/dynamsoft-javascript-barcode@9.6.20/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?

Keillion commented 2 months ago

Hi,

Sorry for reply late because of my vacation.

I have got some reports of jsdeliver SSL error.

You can use https://unpkg.com/dynamsoft-javascript-barcode@9.6.42/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