Amazon S3
、 および を使用rails
しfog
ます。でアセットをプリコンパイルしようとしていrake assets:precompile
ます:
メッセージ:
[WARNING] fog: followed redirect to myproject.de.s3-us-west-2.amazonaws.com, connecting to the matching region will be more performant
rake aborted!
hostname does not match the server certificate (OpenSSL::SSL::SSLError)
したがって、OpenSSLには何かがあります
私がすでに試したこと:
私はすでに
application.rb
このように証明書を設定しようとしました:成功しませんでした。AWS.config(:http_handler => AWS::Http::HTTPartyHandler.new(:ssl_ca_path => "/etc/ssl/certs"))
ここ
openssl
からUbuntu 12.04にもインストールされています
質問: Amazon S3 が証明書を処理する方法