search for: enable_tls

Displaying 2 results from an estimated 2 matches for "enable_tls".

Did you mean: enable_nls
2010 Jan 21
0
Problem in accessing SSL enabled mail server
...twork/ retrievable.rb:14:in `__send__'' from /usr/lib/ruby/gems/1.8/gems/mail-1.5.2/lib/mail/network/ retrievable.rb:14:in `method_missing'' from /usr/lib/ruby/gems/1.8/gems/mail-1.5.2/lib/mail/mail.rb:135:in `last'' from (irb):7 if for second server (error) if I specify enable_tls OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: unknown protocol from /usr/lib/ruby/1.8/net/pop.rb:541:in `connect'' from /usr/lib/ruby/1.8/net/pop.rb:541:in `do_start'' from /usr/lib/ruby/1.8/net/pop.rb:528:in `start'' from /us...
2008 Dec 07
3
Cannot get tlsmail working; Want Gmail as SMTP
...ever received a test email. I''ve tried both the action_mailer_tls plugin and the tlsmail gem. Both give the same results. I prefer to get tlsmail working. Here are the tlsmail settings, at the end of my environment.rb, that I''m using: require ''tlsmail'' Net::SMTP.enable_tls(OpenSSL::SSL::VERIFY_NONE) ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.perform_deliveries = true ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.smtp_settings = { :address => ''smtp.gmail.com'', :port => 587, :tls => true,...