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

Exposing rejectUnauthorized property on proxy #891

Merged
merged 2 commits into from
May 29, 2013
Merged

Conversation

geek
Copy link
Member

@geek geek commented May 29, 2013

No description provided.

@@ -365,6 +365,7 @@ The following options are available when adding a route:
- `'http'`
- `'https'`
- `passThrough` - if `true`, forwards the headers sent from the client to the upstream service being proxied to. Defaults to `false`.
- `rejectUnauthorized` - sets the _'rejectUnauthorized'_ property on the https [agent](http://nodejs.org/api/https.html#https_https_request_options_callback) making the request. If _'false'_ then ssl errors will be ignored. Defaults to `undefined`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should read line the one above and below it... describe the override setting, then the default (which is not undefined, but node's default).

hueniverse pushed a commit that referenced this pull request May 29, 2013
Exposing rejectUnauthorized property on proxy
@hueniverse hueniverse merged commit 1256464 into hapijs:master May 29, 2013
jmonster pushed a commit to jmonster/hapi that referenced this pull request Feb 10, 2014
Exposing rejectUnauthorized property on proxy
@lock lock bot locked as resolved and limited conversation to collaborators Jan 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants