GithubHelp home page GithubHelp logo

Comments (6)

pduersteler avatar pduersteler commented on May 27, 2024

+1, not the same, but I get OpenSSL::SSL::SSLError - hostname does not match the server certificate on random times. One time I got this because of a wrong intendation in a yml locale file, one time in a view when I've missed %> and another time in a view when I called .size on a recordset.

Removing the gem from the gemfile OR removing the middleware line from application.rb solves this.

MRI 1.9.3, RoR 3.2.3

from exception_notification.

smartinez87 avatar smartinez87 commented on May 27, 2024

Can you please try adding the following in the initializer and let me know if the error still occurs:

ActionMailer::Base.smtp_settings = {
:openssl_verify_mode => 'none'
}

from exception_notification.

jgc94131 avatar jgc94131 commented on May 27, 2024

I've got a similar issue, but I'm unable to send any emails, including exception notifications. Is there a way to configure exception_notifier to log all outgoing messages?

from exception_notification.

smartinez87 avatar smartinez87 commented on May 27, 2024

@jgc94131 so it is a more general issue for you? You can not send any email?

from exception_notification.

jgc94131 avatar jgc94131 commented on May 27, 2024

Yes, it's more general. I'd like to log the output of exception_notifier, in places where I have no outbound email service, or if the outbound email service is down.

I do have a specific case of a server being upgraded to postfix from qmail which seems to have broken action_mailer. (side note: even my hp printer can send emails after this change, but not the rails app!)

from exception_notification.

smartinez87 avatar smartinez87 commented on May 27, 2024

This seems to be more like a bug in your interaction between ruby and OpenSSL rather than a bug in ExceptionNotification.

from exception_notification.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.