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: docs/ides/gateway.md
+43
Original file line number
Diff line number
Diff line change
@@ -74,3 +74,46 @@ explaining this IDE specification.
74
74

75
75
76
76
> Note the JetBrains IDE is remotely installed into `~/.cache/JetBrains/RemoteDev/dist`
77
+
78
+
## Configuring Gateway to use internal certificates
79
+
80
+
When attempting to connect to a Coder deployment that uses internally signed certificates,
81
+
you may receive the following error in Gateway:
82
+
83
+
```console
84
+
Failed to configure connection to https://coder.internal.enterprise/: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
85
+
```
86
+
87
+
To resolve this issue, you will need to add Coder's certificate to the Java trust store
88
+
present on your local machine. Here is the default location of the trust store for
0 commit comments