Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Setup HAProxy (or similar tool) to use HTTPS, SSH, and tinc over port 443?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Setup HAProxy (or similar tool) to use HTTPS, SSH, and tinc over port 443?

kazukenkazuken Member

I found this article on how to use SSH and HTTPS: https://dgl.cx/2010/01/haproxy-ssh-and-ssl-on-same-port

Can anyone assist on how to adjust to also accept tinc connections? I was trying to use sslh but it eats CPU and I can't get it to work with tinc.

I ran nc -l 2000 and had tinc connect to it, the packet it sends out starts with
0200 | .... , and when i mouse over it says Family (null.family), 4 bytes.

how would I setup haproxy to det
acl tinc req.payload(0,1) -m str 2 ?

Sign In or Register to comment.