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
Vladislav Yarmak edited this page Jun 24, 2026
·
4 revisions
Server side
Usually it's not an issue, but some people may find undesirable to have Go TLS library fingerprints on server side. The way around this is to use some reverse proxy such as HAProxy or Nginx to terminate incoming TLS connection. In that case you just operate dumbproxy on some local port as usual with TLS disabled, but your reverse proxy has TLS enabled and points to dumbproxy.
Note
If you need HTTP/2 to work in that case, you need to set your reverse proxy to negotiate HTTP/2 via ALPN.
HAProxy example: