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/main/kotlin/com/coder/gateway/util/Error.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ fun humanizeConnectionError(deploymentURL: URL, requireTokenAuth: Boolean, e: Ex
28
28
}
29
29
isSocketTimeoutException->"Unable to connect to$deploymentURL; is it up?"
30
30
isResponseException,isConnectException->"Failed to download Coder CLI:$reason"
31
-
isSSLHandshakeException->"Connection to$deploymentURL failed:$reason. See the <a href='https://coder.com/docs/v2/latest/ides/gateway#configuring-the-gateway-plugin-to-use-internal-certificates'>documentation for TLS certificates</a> for information on how to make your system trust certificates coming from your deployment."
31
+
isSSLHandshakeException->"Connection to$deploymentURL failed:$reason. See the <a href='https://coder.com/docs/user-guides/workspace-access/jetbrains#configuring-the-gateway-plugin-to-use-internal-certificates'>documentation for TLS certificates</a> for information on how to make your system trust certificates coming from your deployment."
gateway.connector.view.coder.workspaces.unsupported.os.info=Gateway supports only Linux machines. Support for macOS and Windows is planned.
30
-
gateway.connector.view.coder.workspaces.invalid.coder.version=Could not parse Coder version {0}. Coder Gateway plugin might not be compatible with this version. <ahref='https://coder.com/docs/v2/latest/ides/gateway#creating-a-new-jetbrains-gateway-connection'>Connect to a Coder workspace manually</a>
31
-
gateway.connector.view.coder.workspaces.unsupported.coder.version=Coder version {0} might not be compatible with this plugin version. <ahref='https://coder.com/docs/v2/latest/ides/gateway#creating-a-new-jetbrains-gateway-connection'>Connect to a Coder workspace manually</a>
30
+
gateway.connector.view.coder.workspaces.invalid.coder.version=Could not parse Coder version {0}. Coder Gateway plugin might not be compatible with this version. <ahref='https://coder.com/docs/user-guides/workspace-access/jetbrains#manually-configuring-a-jetbrains-gateway-connection'>Connect to a Coder workspace manually</a>
31
+
gateway.connector.view.coder.workspaces.unsupported.coder.version=Coder version {0} might not be compatible with this plugin version. <ahref='https://coder.com/docs/user-guides/workspace-access/jetbrains#manually-configuring-a-jetbrains-gateway-connection'>Connect to a Coder workspace manually</a>
32
32
gateway.connector.view.workspaces.connect.failed=Connection to {0} failed. See above for details.
33
33
gateway.connector.view.workspaces.connect.canceled=Connection to {0} canceled.
34
34
gateway.connector.view.coder.connect-ssh=Establishing SSH connection to remote worker...