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
JetBrains Gateway is a compact desktop app that allows you to work remotely with a JetBrains IDE without even downloading one. [See JetBrains' website to learn about and Gateway.](https://www.jetbrains.com/remote-development/gateway/)
3
+
JetBrains Gateway is a compact desktop app that allows you to work remotely with
4
+
a JetBrains IDE without even downloading one. [See JetBrains' website to learn
5
+
about and Gateway.](https://www.jetbrains.com/remote-development/gateway/)
4
6
5
-
Gateway can connect to a Coder workspace by using Coder's Gateway plugin or manually setting up an SSH connection.
7
+
Gateway can connect to a Coder workspace by using Coder's Gateway plugin or
8
+
manually setting up an SSH connection.
6
9
7
10
## Using Coder's JetBrains Gateway Plugin
8
11
9
-
> If you experience problems, please [create a GitHub issue](https://github.com/coder/coder/issues) or share in [our Discord channel](https://discord.gg/coder).
12
+
> If you experience problems, please [create a GitHub
13
+
> issue](https://github.com/coder/coder/issues) or share in [our Discord
### Configuring the Gateway plugin to use internal certificates
30
49
31
-
When attempting to connect to a Coder deployment that uses internally signed certificates,
32
-
you may receive the following error in Gateway:
50
+
When attempting to connect to a Coder deployment that uses internally signed
51
+
certificates, you may receive the following error in Gateway:
33
52
34
53
```console
35
54
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
36
55
```
37
56
38
-
To resolve this issue, you will need to add Coder's certificate to the Java trust store
39
-
present on your local machine. Here is the default location of the trust store for
40
-
each OS:
57
+
To resolve this issue, you will need to add Coder's certificate to the Java
58
+
trust store present on your local machine. Here is the default location of the
> Gateway only works with paid versions of JetBrains IDEs so the script will not be located in the `bin` directory of JetBrains Community editions.
143
+
> Gateway only works with paid versions of JetBrains IDEs so the script will not
144
+
> be located in the `bin` directory of JetBrains Community editions.
125
145
126
-
[Here is the JetBrains article](https://www.jetbrains.com/help/idea/remote-development-troubleshooting.html#setup:~:text=Can%20I%20point%20Remote%20Development%20to%20an%20existing%20IDE%20on%20my%20remote%20server%3F%20Is%20it%20possible%20to%20install%20IDE%20manually%3F)
0 commit comments