I am building a Rails 3.2.9 app. In this app I am using the Ruby gem Paymill. All works fine on local Mac but on Heroku I get this error:
OpenSSL::SSL::SSLError (hostname was not match with the server certificate)
What can be wrong?
Thankful for all help!