Open fourpoint opened 6 years ago
What's your sslh log? Might be a duplicate of #133.
On Tue, Dec 19, 2017 at 06:07:11AM -0800, fourpoint wrote:
Dec 19 15:04:35 2e-server sslh[9207]: forward to openvpn failed:connect: Connection refused Dec 19 15:04:35 2e-server sslh[9207]: connect: Connection refused
This contradicts your description: it's clearly forwarding to openvpn, and openvpn is not there listening. Check which port sslh connects to for openvpn, and check that openvpn really is listening on that port (netstat -lpte or something like that).
Y.
OpenVPN is working properly. My issue happens only when traffic goes through squid and sslh. When I connect to VPN directly with sslh [me]--------(internet)---------{[sslh]-[OpenVPN]} it is ok. And when I connect only through squid [me]----[Squid]--------(internet)---------{[OpenVPN]} it is ok too.
Weird, I've been running SSLH for a while and only recently after upgrading PFsense (server of openvpn) I started having issues with OpenVPN connections dropping or being forwarded to SSH. I think there might have been a change in the OpenVPN protocol or something since without SSLH everything works fine.
Our work network is behind Squid proxy and only ports 80, 443 are usable. I'm trying to connect to my server with openVPN so my server have to run HTTPS and openVPN on port 443 so i'm using sslh. But when the openVPN connection goes through squid proxy is somehow modificated so the sslh sending it to ssl (HTTPS) so it's making this erros messsage:
[me]----[Squid]--------(internet)---------{[sslh]-[OpenVPN]} { my server }
(i changed IPs)
How can I solve it ?