Skip to content
New issue

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

Fix default host if configured as ssl-passthrough #764

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

jcmoraisjr
Copy link
Owner

SSL passthrough domains are added in the same hostname maps used to route http requests. They share most of their configurations with a few exceptions. One of these exceptions weren't properly implemented - default host was always being configured in the http proxy. This update checks if the default host is an ssl passthrough, properly configuring it in the tcp proxy instead.

SSL passthrough domains are added in the same hostname maps used to
route http requests. They share most of their configurations with a few
exceptions. One of these exceptions weren't properly implemented -
default host was always being configured in the http proxy. This update
checks if the default host is an ssl passthrough, properly configuring
it in the tcp proxy instead.
@jcmoraisjr jcmoraisjr force-pushed the jm-defaulthost-passthrough branch from bb012af to ef4937b Compare April 13, 2021 20:02
@jcmoraisjr jcmoraisjr merged commit bade808 into master Apr 14, 2021
@jcmoraisjr jcmoraisjr deleted the jm-defaulthost-passthrough branch April 14, 2021 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant