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)
有什么问题?
感谢所有帮助!
Solved it buy updating the Ruby version I use on Heroku by adding this to my gem file:
ruby "1.9.3"