Disable SSL cert check for code server running behind proxy #7009
Unanswered
khayamgondal
asked this question in
General
Replies: 1 comment
-
Browsers require valid certificates for service workers by default. If you can, I would try to get the certificate trusted by the system or the browser. But if this is not possible, in Chrome at least it is possible to disable this with chrome://flags/#unsafely-treat-insecure-origin-as-secure Related, we should probably change the text so it is not specific to web views: https://github.com/coder/code-server/blob/69df01185ce2f80e99c9e4f8c8de1907cc7a9bc5/docs/FAQ.md#why-do-web-views-not-work |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running code server behind a corporate proxy. When trying to download and install an extension I see following error. Is there a way to disable the SSL check?
Note: I have Proxy Strick SSL disabled
I am running code server like
code-server --bind-addr 0.0.0.0:8080 --auth password --cert
Beta Was this translation helpful? Give feedback.
All reactions