-
Notifications
You must be signed in to change notification settings - Fork 107
Description
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?