We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf809a7c commit4e910c5Copy full SHA for 4e910c5
coderd/tailnet.go
@@ -388,7 +388,7 @@ func (s *ServerTailnet) ReverseProxy(targetURL, dashboardURL *url.URL, agentID u
388
389
desc:="Failed to proxy request to application: "+theErr.Error()
390
ifstrings.Contains(theErr.Error(),"tls:") {
391
-desc=fmt.Sprintf("This error seems to be due to a protocolmistake, please try switching to %s.\n%s",switchProtoScheme,theErr.Error())
+desc=fmt.Sprintf("This error seems to be due to a protocolmismatch, please try switching to %s.\n%s",switchProtoScheme,theErr.Error())
392
}
393
394
site.RenderStaticErrorPage(w,r, site.ErrorPageData{