We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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). Is it supported by this server software?
mydomain.org/mypath/abc
The text was updated successfully, but these errors were encountered:
It is not used/handled.
Sorry, something went wrong.
It is possible to run sstpd behind an HTTPS reverse proxy (like nginx), which can do the path rewrite for you.
No branches or pull requests
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
). Is it supported by this server software?The text was updated successfully, but these errors were encountered: