You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/error.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ export enum X509_ERR_CODE {
13
13
14
14
// X509_ERR contains human-friendly versions of TLS errors.
15
15
exportenumX509_ERR{
16
-
PARTIAL_CHAIN="Your Coder deployment's certificate cannot be verified because a certificate is missing from its chain. To fix this your deployment's administrator should bundle the missing certificates or you can add the missing certificates directly to this system's trust store.",
16
+
PARTIAL_CHAIN="Your Coder deployment's certificate cannot be verified because a certificate is missing from its chain. To fix this your deployment's administrator should bundle the missing certificates.",
17
17
// NON_SIGNING can be removed if BoringSSL is patched and the patch makes it
18
18
// into the version of Electron used by VS Code.
19
19
NON_SIGNING="Your Coder deployment's certificate is not marked as being capable of signing. VS Code uses a version of Electron that does not support certificates like this even if they are self-issued. The certificate should be regenerated with the certificate signing capability.",
0 commit comments