-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More robustly check for TLS support for portal backends
I started this because I noticed a connection failure log in the demo mode that I wanted to get rid of. Now we don't check for TLS before it's physically possible for the backend server to have started. I actually ended up making the TCP proxy implementation more robust than the HTTP one because that was the only way to do it in that case, even though we probably don't have anyone using TCP proxy without a FixedPort anyway. Now there's only one unlikely edge case kind of HTTP server backend that we will fail to detect HTTPS for.
- Loading branch information
Showing
2 changed files
with
79 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters