【发布时间】:2013-01-08 13:10:04
【问题描述】:
我正在构建一个 Rails 3.2.9 应用程序。在这个应用程序中,我使用的是 Ruby gem Paymill。在本地 Mac 上一切正常,但在 Heroku 上出现此错误:
OpenSSL::SSL::SSLError (hostname was not match with the server certificate)
可能有什么问题?
感谢大家的帮助!
【问题讨论】:
-
这本身与问题无关,但 Rails 3.2.10 现已推出安全修复程序,因此您需要对其进行更新。 :)