client implementation of Secure Socket Tunneling Protocol (SSTP)
sstp-client is a client implementation of Secure Socket Tunneling Protocol (SSTP) for Unix that allows access via SSTP VPN to Microsoft Windows 2008 Server. It tunnels PPP traffic over SSL.
sstp-client is a client implementation of Secure Socket Tunneling Protocol (SSTP) for Unix that allows access via SSTP VPN to Microsoft Windows 2008 Server. It tunnels PPP traffic over SSL.
To install sstp-client, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install sstp-client
To see what files were installed by sstp-client, run:
port contents sstp-client
To later upgrade sstp-client, run:
sudo port selfupdate && sudo port upgrade sstp-client
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.