It's that the current certs.pem doesn't contain the updated chain for test.authorize.net/secure.authorize.net etc. Using the current will throw an ssl error.
On Fri, Jan 25, 2013 at 12:00 PM, Jim Fulton <jim@zope.com> wrote:The certificates in zc.ssl haven't changed.
> On Fri, Jan 25, 2013 at 11:22 AM, Senner, Talin <senner@wildcardcorp.com> wrote:
>> Would someone that has access be able to update zc.ssl and release a new
>> version:
>>
>> http://svn.zope.org/zc.ssl/trunk/src/zc/ssl/certs.pem
>>
>> with a new version of ca root certificates (something say from a latest
>> linux release from /etc/ssl ). The current cert chain is over 5 years old.
There's nothing to do at this point. If you want more root CAs, I suggest
> I'll take care of this. Note that we (ZC) will likely move to requests and
> stop maintaining zc.ssl.
using requests, or forking zc.ssl and adding certs to your fork.