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 如何处理证书