brack3t / Djrill

[INACTIVE/UNMAINTAINED] Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email service from MailChimp.
BSD 3-Clause "New" or "Revised" License
319 stars 64 forks source link

Mandrill SSL expiration? #107

Closed Fitblip closed 8 years ago

Fitblip commented 8 years ago

https://github.com/brack3t/Djrill/blob/68929e015e9f8cfdf465fd5dfeb18309338c0687/djrill/mail/backends/djrill.py#L37

If you connect to https://mandrillapp.com/api/1.0 you get an SSL error (since the certificate is expired). https://**www**.mandrillapp.com however works fine.

A workaround is to define a custom MANDRILL_API_URL as

MANDRILL_API_URL = "https://www.mandrillapp.com/api/1.0"

Fitblip commented 8 years ago

Hrm, weird. Apparently there's a bad node in their round-robin or something. :-/ The issue seems to be intermittent.

Fitblip commented 8 years ago

Hrm, seems that Mandrill knows about it (http://status.mandrillapp.com/), I'm going to close this out as a non-issue. Sorry for the chaff!