Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Faraday::SSLError #22

Open
jondoig opened this issue Feb 23, 2016 · 0 comments
Open

Faraday::SSLError #22

jondoig opened this issue Feb 23, 2016 · 0 comments

Comments

@jondoig
Copy link

jondoig commented Feb 23, 2016

When running csv_issues_to_github.rb, if you encounter:
Faraday::SSLError: SSL_connect returned=1 errno=0 state=SSLv3
One workaround is to add this code to csv_issues_to_github.rb before "client = Octokit::Client.new...":
require 'openssl'
OpenSSL::SSL::VERIFY_PEER = OpenSSL::SSL::VERIFY_NON
See: googleapis/google-api-ruby-client#235

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant