Skip to content
Snippets Groups Projects
Commit 1c85f9ba authored by rbq's avatar rbq
Browse files

Add undocumented configuration option

disable_ssl_verification is currently undocumented.
parent 0f6c6bff
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,7 @@ Other configuration options: ...@@ -48,6 +48,7 @@ Other configuration options:
* `logout_url` - The URL to use to logout a user. Defaults to `'/logout'` * `logout_url` - The URL to use to logout a user. Defaults to `'/logout'`
* `uid_key` - The user data attribute to use as your user's unique identifier. Defaults to `'user'` (which usually contains the user's login name) * `uid_key` - The user data attribute to use as your user's unique identifier. Defaults to `'user'` (which usually contains the user's login name)
* `ca_path` - Optional when `ssl` is `true`. Sets path of a CA certification directory. See [Net::HTTP][net_http] for more details * `ca_path` - Optional when `ssl` is `true`. Sets path of a CA certification directory. See [Net::HTTP][net_http] for more details
* `disable_ssl_verification``- Optional when `ssl` is true. Disables verification.
## Contributing ## Contributing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment