01 October 2022

golang | error: remote error: tls: no application protocol

The short note.

I got the error "error: remote error: tls: no application protocol" in golang project during connection to a nginx webserver.

The core of issue - nginx was not configured for HTTP/2 protocol.