mmatczuk / go-http-tunnel

Fast and secure tunnels over HTTP/2
GNU Affero General Public License v3.0
3.23k stars 307 forks source link

Error in README #115

Open cheney-yan opened 4 years ago

cheney-yan commented 4 years ago
  1. The example configuration of tunnel.yml: indent charaters uses both tab and spaces, which makes it not parsable. 2 After fixed 1, client throws the following error:
    configuration error: tls invalid protocol "sni"

Client version: 2.1

glupeksha commented 4 years ago

I have the same problem

ghost commented 4 years ago

I'm also having the same error after correcting the indentation.

configuration error: tls invalid protocol "sni"

Have someone fixed this?

many thanks

ghost commented 4 years ago

I see, the addition of the SNI protocol to the list was on the commit f48a09d2ab15c6f4fcbeec67864d39a584f22b30 (committed on 23 Oct 2019) which is SNI vhost proxy implemented.

The releases are built on 29 Nov 2017 for v2.1. So we need to build them :)