Dealing with SSL certificate validation errors in Rails
I often see this question asked - “I’m getting the following error OpenSSL::SSL::SSLError: hostname was not match with the server certificate when trying to deliver an email with Rails 3. How ca...