Skip to content

Commit

Permalink
Add documentation on disabling SSL certificate verification
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjeffries committed May 21, 2019
1 parent 8cf6b8c commit 0fc66a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/faraday-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ For available configuration variables look into the [Faraday documentation](http
Flexirest::Base.faraday_config do |faraday|
faraday.adapter(:net_http)
faraday.options.timeout = 10
faraday.ssl.verify = false
faraday.headers['User-Agent'] = "Flexirest/#{Flexirest::VERSION}"
end
```
Expand Down

0 comments on commit 0fc66a3

Please sign in to comment.