An SSL certificate error occurred when fetching the script

my package.json is below

my docker img is also below

theia extention are not loading ssl issue

@Jay-Bhatt98 First off, Theia’s webview support doesn’t work well (by default) with IP addresses. You’ll need to use a domain name, as Theia attempts to load the webview html from subdomains (which don’t work on IPs).

However, you’re issue seems to be unrelated to that. It sounds like an infrastructure issue on your side. Does it work as expected if you start the docker image on your own machine?

@msujew yes it work fine when i use docker image on my local system.
it work fine with localhost but it wont work when certificate is invalid in chrome but works fine in firefox is there a way we can disable if certificate not found or missing or invalid?

@Jay-Bhatt98 SSL is a browser security feature, I’m not sure it’s a good idea to turn it off, even if it were possible. I’m not an infrastructure guy, so I can’t really help you with that. Given that it works locally, there doesn’t seem to be anything wrong with Theia itself.