Skip to content

Commit c97dc85

Browse files
committed
lang
1 parent e545ad1 commit c97dc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/tailnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ func (s *ServerTailnet) ReverseProxy(targetURL, dashboardURL *url.URL, agentID u
388388

389389
desc := "Failed to proxy request to application: " + theErr.Error()
390390
if strings.Contains(theErr.Error(), "tls:") {
391-
desc = fmt.Sprintf("This error seems to be due to a protocol mistake, please try switching to %s. \n%s", switchProtoScheme, theErr.Error())
391+
desc = fmt.Sprintf("This error seems to be due to a protocol mismatch, please try switching to %s. \n%s", switchProtoScheme, theErr.Error())
392392
}
393393

394394
site.RenderStaticErrorPage(w, r, site.ErrorPageData{

0 commit comments

Comments
 (0)