Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jsDelivr CDN SSL certificate error #143

Open
Teablack opened this issue May 2, 2024 · 1 comment
Open

jsDelivr CDN SSL certificate error #143

Teablack opened this issue May 2, 2024 · 1 comment

Comments

@Teablack
Copy link

Teablack commented May 2, 2024

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
Copy link
Collaborator

Keillion commented May 6, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants