sstp-server icon indicating copy to clipboard operation
sstp-server copied to clipboard

Secure Socket Tunneling Protocol (SSTP VPN) server for Linux.

Results 17 sstp-server issues
Sort by recently updated
recently updated
newest added

I've setup a SSTP server that works fine. But I want to hide its existence. According to https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-sstp/7e5b2134-b4bf-435a-85bf-bfe0313fd889, the SSTP protocol can have a path in the connection (e.g. `mydomain.org/mypath/abc`)....

For serving http and sstp it will be great feature.

Hi all When a client connects to sstpd, two processes of the same VPN connection are created in Linux ![зображення](https://user-images.githubusercontent.com/50378069/167672874-ce4435cc-975c-4938-bd7d-a05bf211fe1e.png) Is that how it should be?

sstp-server segfaults immediately after accepting and setting up a connection when running under Python 3.10. The segfault seems to happen within the context of codecmodule.c.

Important to know in advance if crypto binding will be attempted or not.

libsstp-api has a really funny way of writing its messages and the current code in sstp-server breaks on big-endian machines. In addition, attribute data is encoded into 32-bit blocks. So,...

In the Wild West that is the public Internet, you sometimes get a connection that executes all or a part of the TLS handshake and then does nothing or drops...

Good afternoon, while trying to start the server, there was a problem. `sudo sstpd -p 443 -c ~/crts/cert.pem -k ~/crts/key.pem` ` 2021-08-16 18:38:12,968 INFO: Cert SHA-1: cfe84a32f3e704fa4759182666c6ab1ccc08b0b0` ` 2021-08-16 18:38:12,968...

like pptpd.conf set `pass peer = yes`, then set `ipparam pptpd` to get user IP and accounting with calling-station-id. current version do not pass the user IP to pppd, so...

how to add logwtmp feature ? need to know who is loggin. why i don't see pppd daemon in `ps aux` command , after sstp connection established ? Thanks very...