mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #43] Certificate problem #21
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-http-tunnel#21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Green7 on GitHub (Nov 8, 2017).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/43
Hello
I can't connect to tunneld. I have error:
"msg certificate error err ptls: expecting 1 peer certificate, got 0"
Both client and server are on Windows. Both have certs files and files looks ok (I also tried files from tunnel\testdata directory).
Any idea what can cause the problem?
@mmatczuk commented on GitHub (Nov 9, 2017):
@Green7 you encountered this
262f210796/id/ptls.go (L28)my guess is that it's windows :) can you try recompiling on windows?@mmatczuk commented on GitHub (Nov 17, 2017):
Did you figure out what the problem was.
@mmatczuk commented on GitHub (Nov 24, 2017):
This is probably fixed with #57 @Green7 could you verify?
@Green7 commented on GitHub (Nov 24, 2017):
It does not work for me. I send you PM
@Green7 commented on GitHub (Nov 24, 2017):
Hej
Tak na szybko przetestowałem i nowa wersja nie działa.
Wygląda na to, że nowy tuneld nie nasłuchuje na porcie - coś zmieniłeś w
konfiguracji ?
Odpalam to ze skryptu więc u mnie konfiguracja się nie zmienia - stara
wersja nasłuchuje na porcie a nowa nie ...
2017-11-24 15:02 GMT+01:00 Michał Matczuk notifications@github.com:
--
Pozdrawiam
Green
@mmatczuk commented on GitHub (Nov 24, 2017):
Domyślny port zmieniony jest na 5223. Protokół też się zmienił musisz mieć
nowy serwer i klienta.
W dniu pt., 24.11.2017 o 15:57 Green7 notifications@github.com napisał(a):
--
MM
@Green7 commented on GitHub (Nov 24, 2017):
Ok, this was an error in configuration.
New version works :)