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

Make Jetty SSL Connector respect :host option #27

Merged
merged 1 commit into from
Aug 13, 2011
Merged

Make Jetty SSL Connector respect :host option #27

merged 1 commit into from
Aug 13, 2011

Conversation

thobbs
Copy link
Contributor

@thobbs thobbs commented Aug 12, 2011

In ring.adapter.jetty/run-jetty, the :host option is used for the non-SSL Connector, but not for the SSL Connector.

This means that the SSL Connector binds to 0.0.0.0 even if :host is set, which is unexpected behavior.

The :host option is used for the non-ssl connector,
but not for the ssl connector.  This means that the ssl
connector binds to 0.0.0.0 even if :host is set, which
is unexpected behavior.
weavejester added a commit that referenced this pull request Aug 13, 2011
Make Jetty SSL Connector respect :host option
@weavejester weavejester merged commit 5feb755 into mmcgrana:master Aug 13, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants