Closed (works as designed)
Project:
Mailchimp
Version:
7.x-2.4
Component:
STS
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Apr 2012 at 17:27 UTC
Updated:
24 Apr 2012 at 20:35 UTC
When upgrading libssl from version 1.0.0g-1 to 1.0.1a-3 MailChimp module cannot connect to MailChimp STS with secure connection. If "Use Secure Connection" is deselected STS works fine, but when trying to use secure connection through libssl1.0.1a-3, message "There was a problem accessing the MailChimp STS service: Could not connect (ERR 0: )" appears.
Comments
Comment #1
levelos commentedHow is this an issue with MailChimp module?
Comment #2
Corwin commentedBecause you upgrade libssl and the Mailchimp module breaks. Is the module going to require an old insecure version of libSSL?
with libssl1.0.0: 1.0.1a-3
"There was a problem accessing the MailChimp STS service: Could not connect (ERR 0: )"
Comment #3
levelos commentedHere's the relevant code for using a secure connection if you want to submit a patch for how it should change. Also, OpenSSL lists 1.0.1a-3 as unstable.
Comment #4
Corwin commentedLooks like you're right, it is a bug in libssl 1.0.1 and not in the Mailchimp module.
Here's two patches for libssl 1.0.1:
https://bbs.archlinux.org/viewtopic.php?pid=1079646#p1079646
Comment #5
levelos commented