0

I need to deploy Prelaunchr (https://github.com/harrystech/prelaunchr) and I have a problem with mailing. When delayed_job tries to send mail it returns an error "hostname does not match the server certificate" (full error: http://pastebin.com/eHp1pTKk). How can I turn off validation and just make email send without any ssl or anything? I need to finish it in next 24h so I don't want it fancy, I need it working.

JayKey
  • 177
  • 1
  • 16

1 Answers1

0

Slightly more than 24 hours, but here's a related question which should point you in the right direction:

OpenSSL::SSL::SSLError: hostname does not match the server certificate

Community
  • 1
  • 1
Hoffa
  • 197
  • 1
  • 1
  • 12