Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set the ssl_ca_path for fog #535

Merged
merged 1 commit into from Mar 6, 2013
Merged

set the ssl_ca_path for fog #535

merged 1 commit into from Mar 6, 2013

Conversation

dwradcliffe
Copy link
Member

Background: The Indexer job was failing this morning due to certificate problems:

Indexer failed with Excon::Errors::SocketError: Unable to verify certificate, please set `Excon.defaults[:ssl_ca_path] = path_to_certs`, `Excon.defaults[:ssl_ca_file] = path_to_file`, or `Excon.defaults[:ssl_verify_peer] = false` (less secure).

I added this to an initializer and the indexer job is working again. Since it's a different value for each OS, I figured it would be better to put in the production environment only.

evanphx added a commit that referenced this pull request Mar 6, 2013
@evanphx evanphx merged commit 22d57c7 into rubygems:master Mar 6, 2013
@dwradcliffe dwradcliffe deleted the ssl_ca_path branch March 6, 2013 18:09
evanphx added a commit that referenced this pull request Jan 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants