Comments on: ActionMailer Error: hostname was not match with the server certificate /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/ Its all about Ruby On Rails Thu, 14 Mar 2013 06:19:42 +0000 hourly 1 #/?v= By: poqerket /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-36917 poqerket Thu, 02 Feb 2012 23:22:19 +0000 /?p=198#comment-36917 http://www.youtube.com/watch?v=VcbAFWhfoNQ

]]>
By: bulleric /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-35310 bulleric Wed, 18 Jan 2012 14:37:49 +0000 /?p=198#comment-35310 BIG BIG THX BIG BIG THX

]]>
By: frankblizzard /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-13246 frankblizzard Wed, 04 May 2011 14:35:59 +0000 /?p=198#comment-13246 even better: :openssl_verify_mode => 'none' in the mailer settings for rails3 .. even better:
:o penssl_verify_mode => ‘none’

in the mailer settings for rails3 ..

]]>
By: Stan Carver II /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-12921 Stan Carver II Wed, 27 Apr 2011 22:16:13 +0000 /?p=198#comment-12921 In the Rails 3 initializer, enter the following code to inform ActionMailer to "ignore" the OpenSSL error. ActionMailer::Base.smtp_settings = { :enable_starttls_auto => false } In the Rails 3 initializer, enter the following code to inform ActionMailer to “ignore” the OpenSSL error.

ActionMailer::Base.smtp_settings = {
:enable_starttls_auto => false
}

]]>
By: rollo /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-9618 rollo Thu, 03 Feb 2011 16:58:46 +0000 /?p=198#comment-9618 Thanks very much Sir! Thanks very much Sir!

]]>
By: Prashant /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-2929 Prashant Fri, 23 Jul 2010 10:36:06 +0000 /?p=198#comment-2929 Thanku sir Thanku sir

]]>
By: Amit Solanki /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-1253 Amit Solanki Mon, 05 Oct 2009 06:52:20 +0000 /?p=198#comment-1253 Thanks again for the quick info. Thanks again for the quick info.

]]>
By: Sequence Mediaworks Blog » Frustrations abound: “hostname was not match with the server certificate” /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-1015 Sequence Mediaworks Blog » Frustrations abound: “hostname was not match with the server certificate” Fri, 06 Feb 2009 07:51:12 +0000 /?p=198#comment-1015 [...] to figure out what exactly was causing this problem I chanced across a post by Akhil Bansal at /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certifica.... He wrote: Actually, Rails 2.2.2 turn on STARTTLS if it is available in Net::SMTP (added in Ruby [...] [...] to figure out what exactly was causing this problem I chanced across a post by Akhil Bansal at /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certifica…. He wrote: Actually, Rails 2.2.2 turn on STARTTLS if it is available in Net::SMTP (added in Ruby [...]

]]>
By: Akhil Bansal /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-1014 Akhil Bansal Wed, 04 Feb 2009 02:36:48 +0000 /?p=198#comment-1014 I think the latest version of rails has an option to turn off tls for action mailer I think the latest version of rails has an option to turn off tls for action mailer

]]>
By: km /2009/01/28/actionmailer-error-hostname-was-not-match-with-the-server-certificate/comment-page-1/#comment-1013 km Tue, 03 Feb 2009 21:57:56 +0000 /?p=198#comment-1013 I have a VPS, that I am trying to get action mailer to work with. I don't really want to turn off tls. Is there a way to get ruby to use tls without this error? I have a VPS, that I am trying to get action mailer to work with. I don’t really want to turn off tls. Is there a way to get ruby to use tls without this error?

]]>