xebd / accel-ppp

High performance PPTP/L2TP/PPPoE/IPoE server for Linux
GNU General Public License v2.0
299 stars 107 forks source link

SSTP over http, not tls #54

Closed alex-eri closed 6 years ago

alex-eri commented 6 years ago

Is it possible to make SSTP server run on http://? It needed to put vpn server behind nginx (or other proxy) and run with web site on same port.

themiron commented 6 years ago

yes, disable ssl and optionally enable proxy, bind to unix socket (if desired). refer accel-ppp.conf.5, section [sstp] for more details

alex-eri commented 6 years ago

wiki pages are abandoned... so asked here

good manpage, thnx!