[GH-ISSUE #115] Error in README #65

Open
opened 2026-05-05 10:59:28 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @cheney-yan on GitHub (Apr 19, 2020).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/115

  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

Originally created by @cheney-yan on GitHub (Apr 19, 2020). Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/115 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
Author
Owner

@glupeksha commented on GitHub (May 26, 2020):

I have the same problem

<!-- gh-comment-id:633809708 --> @glupeksha commented on GitHub (May 26, 2020): I have the same problem
Author
Owner

@ghost commented on GitHub (Jun 19, 2020):

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

configuration error: tls invalid protocol "sni"

Have someone fixed this?

many thanks

<!-- gh-comment-id:646530468 --> @ghost commented on GitHub (Jun 19, 2020): I'm also having the same error after correcting the indentation. ```configuration error: tls invalid protocol "sni"``` Have someone fixed this? many thanks
Author
Owner

@ghost commented on GitHub (Jun 19, 2020):

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 :)

<!-- gh-comment-id:646535974 --> @ghost commented on GitHub (Jun 19, 2020): 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 :)
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#65
No description provided.