Skip to content

Commit

Permalink
set the ssl_ca_path for fog
Browse files Browse the repository at this point in the history
  • Loading branch information
dwradcliffe committed Feb 25, 2013
1 parent cfa97bf commit d850cfd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/environments/production.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,4 +24,6 @@
# } # }
end end


Excon.defaults[:ssl_ca_path]= "/etc/ssl/certs"

require Rails.root.join("config", "secret") if Rails.root.join("config", "secret.rb").file? require Rails.root.join("config", "secret") if Rails.root.join("config", "secret.rb").file?

0 comments on commit d850cfd

Please sign in to comment.