Page 1 of 1

Softether's OpenVPN not able to send SNI?

Posted: Mon Feb 22, 2021 5:17 am
by drkrool
Hi,

I need "SNI" to work to be able to put softether behind a reverse proxy such as HAProxy.

It's working great with Softether protocol, I can connect using "subdomain.domain.com" on port 443 and reverse proxy redirects it to the good backend.

Using the openvpn clone in softether, I can't use such feature. In the config, I tried having theses two, but it never sends the SNI :
remote subdomain.domain.com 443
SNI "subdomain.domain.com"

Every time, it uses the IP directly I beleive going to my default backend as it didn't find any SNI.

It seems it was implemented in OpenVPN V3 according to this post :
https://github.com/schwabe/ics-openvpn/issues/748

Would it be possible to add this feature?

Greatly appreciated