sstp-client

SSTP client for connecting to Microsoft Remote Access servers

brewmacoslinux
Try with needOr install directly
Source

About

SSTP (Microsoft's Remote Access Solution for PPP over SSL) client

Commands

sstpc

Examples

Connect to an SSTP VPN server with username and password$ sstpc --server vpn.example.com --username user --password pass
Connect to SSTP server and specify certificate verification$ sstpc --server vpn.example.com --cert-warn --username user
Connect with custom port and certificate file$ sstpc --server vpn.example.com:8443 --cacert /path/to/cert.pem --username user