whichdigital / active-rest-client

ActiveRestClient API Client
https://rubygems.org/gems/active_rest_client
MIT License
386 stars 44 forks source link

certificate verify failed error #123

Open thamizharasanjayakumar opened 6 years ago

thamizharasanjayakumar commented 6 years ago

I tried to access external API from console. I got below error

Faraday::SSLError: SSL_connect returned=1 errno=0 state=error: certificate verify failed

How can I bypass ssl using this gem?

KludgeKML commented 6 years ago

Suggest you don't use this gem, instead one of the forks: https://github.com/whichdigital/active-rest-client/issues/119

KludgeKML commented 6 years ago

This one: https://github.com/flexirest/flexirest/ is being maintained by the original author.