Skip to content

Commit 6e6dffa

Browse files
committed
Do not recommend local partial chain fix
1 parent 1b6840d commit 6e6dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export enum X509_ERR_CODE {
1313

1414
// X509_ERR contains human-friendly versions of TLS errors.
1515
export enum X509_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.",
1717
// NON_SIGNING can be removed if BoringSSL is patched and the patch makes it
1818
// into the version of Electron used by VS Code.
1919
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

Comments
 (0)