From ad1c46b5105539369e1073a078053ed28c2487c4 Mon Sep 17 00:00:00 2001 From: Brian Ingles Date: Thu, 16 Jan 2025 10:10:56 -0600 Subject: [PATCH] Added docs on self-signed Community certs (DH-18424) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 86e50682..bcd40c11 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Community servers can be configured via the `"deephaven.coreServers"` setting in ![Community Server Settings](./docs/assets/add-community-server.gif) +#### Self-signed SSL Certificates +If you are running a Community server with a self-signed SSL certificate, vscode will need to be run in an environment that has the `NODE_EXTRA_CA_CERTS` environment variable set to the path of the cert that was used to sign your cert. Depending on your setup, this could be the server certificate or a CA certificate. ### Enterprise Servers Enterprise servers can be configured via the `"deephaven.enterpriseServers"` setting in `VS Code` user or workspace settings.