Hallo Guido,

du versuchst, über Hintergrund-Jobs Mails zu versenden, aber dein Script
kann aufgrund von Zertifikatsproblemen keine verschlüsselte Verbindung mit
dem SMTP-Server aufbauen. Das steht auch so in der Fehlermeldung und hat
nichts mit delayed_job zu tun. Versuch am besten erst mal, die Mail über die
Konsole zu verschicken. Wenn du dann eine funktionierende Config hast, macht
delayed_job auch keine Probleme mehr.
--
Viele Grüße
Ralph von der Heyden



On Thu, Dec 16, 2010 at 10:06 AM, Guido Pesch <guido.pe...@netcologne.de>wrote:

>  Hallo Liste,
>
> wie es scheint habe ich eine kleine Pechsträhne.
>
> ausgangspunkt war das hier
>
>
> http://8raystech.com/2009/02/28/background-job-processing-in-rails-with-delayed_job
>
> ich versuche delayed_job auf meinen Host (ubunto) zum laufen zu kriegen.
>
> ein select auf das feld lasr_error der Tabelle delayed_jobs spuckt
> folgendes aus:
>
> |
> last_error
> |
>
> +-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
> | hostname was not match with the server certificate
> /usr/lib/ruby/1.8/openssl/ssl.rb:123:in `post_connection_check'
> /usr/lib/ruby/1.8/net/smtp.rb:582:in `tlsconnect'
> /usr/lib/ruby/1.8/net/smtp.rb:562:in `do_start'
> /usr/lib/ruby/1.8/net/smtp.rb:525:in `star |
> | hostname was not match with the server certificate
> /usr/lib/ruby/1.8/openssl/ssl.rb:123:in `post_connection_check'
> /usr/lib/ruby/1.8/net/smtp.rb:582:in `tlsconnect'
> /usr/lib/ruby/1.8/net/smtp.rb:562:in `do_start'
> /usr/lib/ruby/1.8/net/smtp.rb:525:in `star |
> | hostname was not match with the server certificate
> /usr/lib/ruby/1.8/openssl/ssl.rb:123:in `post_connection_check'
> /usr/lib/ruby/1.8/net/smtp.rb:582:in `tlsconnect'
> /usr/lib/ruby/1.8/net/smtp.rb:562:in `do_start'
> /usr/lib/ruby/1.8/net/smtp.rb:525:in `star |
>
> ich nutzte rails 2.3.5 und ruby enterprice
> Postfix ist auch im einsatz.
>
> Gegoogle habe ich auch schon. komme aber damit nicht weiter.
>
> So, kennt einer das problem und hat auch eine Lösung?
>
> guido
>
> ------------------------------------
> Guido Pesch
> In der Mulde 2 - 50354 Hürth
> Mail: guido.pe...@netcologne.de
> Tel.: 02233 985 78 62
> Mobil: 0177 59 61 256
>
> _______________________________________________
> rubyonrails-ug mailing list
> rubyonrails-ug@headflash.com
> http://mailman.headflash.com/listinfo/rubyonrails-ug
>
>
_______________________________________________
rubyonrails-ug mailing list
rubyonrails-ug@headflash.com
http://mailman.headflash.com/listinfo/rubyonrails-ug

Antwort per Email an