[w3c/ServiceWorker] Service Workers with Self Signed Certificates over SSL (#1514)

Hi,
I want to enable servie worker for one of our applications and while doing so, I found this issue that in Chrome Service workers are not registered and the error is:
An SSL certificate error occurred when fetching the script.

The same works on Firefox without any console issues and service workers are registered.

Restrictions
- We can only use Self Signed certificates.
- Not using --unsafely-treat-insecure-origin-as-secure=https://mysite (This is expected to be done from customer end which is not expected)

So any workaround in chrome to bypass this except the restrictions.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/1514

Received on Thursday, 28 May 2020 08:46:40 UTC