mirror of
https://github.com/mmatczuk/go-http-tunnel.git
synced 2026-05-15 14:16:17 -06:00
[GH-ISSUE #70] TCP connection security #32
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#32
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 @riyaz-ali on GitHub (Jan 14, 2018).
Original GitHub issue: https://github.com/mmatczuk/go-http-tunnel/issues/70
Hey there!! thanks for the great tool!! I am really loving it😃😃
My question is, is the connection between the tunnel client and the tunnel server secured (encrypted) and if yes then how? I mean using which certificates and key? and if the server uses the self-signed certificate for the purpose, is it possible that someone could MITM my connection?
@mmatczuk commented on GitHub (Jan 15, 2018):
Yes it's TLS encrypted and can be controller, for details consult command parameters.