I am getting an OpenSSL::SSL::SSLError when I try to send an email via my contact form.
In my config/application.rb I have affffded.
config.action_mail
You could try
:openssl_verify_mode => 'none'
per Undocumented ActionMailer openssl_verify_mode option