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

Faraday::SSLError #23

Closed
jondoig opened this issue Feb 23, 2016 · 1 comment
Closed

Faraday::SSLError #23

jondoig opened this issue Feb 23, 2016 · 1 comment

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

@jondoig
Copy link
Author

jondoig commented Feb 23, 2016

Whoops duplicate of #22.

@jondoig jondoig closed this as completed Feb 23, 2016
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