tmtben Wrote:
-------------------------------------------------------
> I'm still trying to access several vpn servers by hostname using the
> same port on the same host.
>
> I looked at the \conf\nginx-sslh-v1.0.conf file for Windows version
> and here:
> http://stackoverflow.com/questions/34741571/nginx-tcp-forwarding-based
> -on-hostname/40135151
>
> But I don't manage to make it work :-(
>
> Does anybody have an example?
That example works fine, the problem must be that a vpn request is not sending a vpn (ssl) SNI hostname, check the logfiles because the SNI names are in there when detected.
If this is the case ssl_preread may need a patch to handle vpn names.
-------------------------------------------------------
> I'm still trying to access several vpn servers by hostname using the
> same port on the same host.
>
> I looked at the \conf\nginx-sslh-v1.0.conf file for Windows version
> and here:
> http://stackoverflow.com/questions/34741571/nginx-tcp-forwarding-based
> -on-hostname/40135151
>
> But I don't manage to make it work :-(
>
> Does anybody have an example?
That example works fine, the problem must be that a vpn request is not sending a vpn (ssl) SNI hostname, check the logfiles because the SNI names are in there when detected.
If this is the case ssl_preread may need a patch to handle vpn names.