Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rails 3.2.9 アプリを作成しています。このアプリでは、Ruby gem Paymill を使用しています。ローカル Mac ではすべて正常に動作しますが、Heroku では次のエラーが発生します。
OpenSSL::SSL::SSLError (hostname was not match with the server certificate)
何が間違っている可能性がありますか?
すべての助けに感謝します!
これをgemファイルに追加して、Herokuで使用するRubyバージョンを更新することで解決しました:
ルビー「1.9.3」