<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I am not able to reproduce using zc.ssl 1.2:</div><div><br></div><div><div>&gt;&gt;&gt; import zc.ssl</div><div>&gt;&gt;&gt;&nbsp;</div><div>&gt;&gt;&gt; conn = zc.ssl.HTTPSConnection("<a href="http://test.authorize.net">test.authorize.net</a>")</div><div>&gt;&gt;&gt; conn.connect()</div><div>&gt;&gt;&gt; conn.request("GET", "/")</div><div>&gt;&gt;&gt; conn.getresponse().status</div><div>200</div><div><br></div><div>&gt;&gt;&gt; conn = zc.ssl.HTTPSConnection("<a href="http://secure.authorize.net">secure.authorize.net</a>")</div><div>&gt;&gt;&gt; conn.connect()</div><div>&gt;&gt;&gt; conn.request("GET", "/")</div><div>&gt;&gt;&gt; conn.getresponse().status</div><div>200</div></div><div><br></div><div>Using zc.ssl's certs.pem file with the requests package works as well; maybe you're running</div><div>into some other issue?</div><div><br></div><div><div>On Jan 25, 2013, at 12:22 PM, Senner, Talin wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">It's that the current certs.pem doesn't contain the updated chain for <a href="http://test.authorize.net/secure.authorize.net">test.authorize.net/secure.authorize.net</a> etc. &nbsp;Using the current will throw an ssl error. &nbsp;<div>

<br></div><div>I've fixed my local instance of this using the local system certificate chain.</div><div><br></div><div>For the future i'll let the developers know that zc.ssl is deprecated.</div><div><div><br></div>

<div>Thanks again.</div><div><br>Talin</div><br><div class="gmail_quote">On Fri, Jan 25, 2013 at 11:16 AM, Jim Fulton <span dir="ltr">&lt;<a href="mailto:jim@zope.com" target="_blank">jim@zope.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, Jan 25, 2013 at 12:00 PM, Jim Fulton &lt;<a href="mailto:jim@zope.com">jim@zope.com</a>&gt; wrote:<br>


&gt; On Fri, Jan 25, 2013 at 11:22 AM, Senner, Talin &lt;<a href="mailto:senner@wildcardcorp.com">senner@wildcardcorp.com</a>&gt; wrote:<br>
&gt;&gt; Would someone that has access be able to update zc.ssl and release a new<br>
&gt;&gt; version:<br>
&gt;&gt;<br>
&gt;&gt; <a href="http://svn.zope.org/zc.ssl/trunk/src/zc/ssl/certs.pem" target="_blank">http://svn.zope.org/zc.ssl/trunk/src/zc/ssl/certs.pem</a><br>
&gt;&gt;<br>
&gt;&gt; with a new version of ca root certificates (something say from a latest<br>
&gt;&gt; linux release from /etc/ssl ). The current cert chain is over 5 years &nbsp;old.<br>
<br>
</div>The certificates in zc.ssl haven't changed.<br>
<div class="im"><br>
&gt; I'll take care of this. &nbsp;Note that we (ZC) will likely move to requests and<br>
&gt; stop maintaining zc.ssl.<br>
<br>
</div>There's nothing to do at this point. &nbsp;If you want more root CAs, I suggest<br>
using requests, or forking zc.ssl and adding certs to your fork.<br>
<div class="HOEnZb"><div class="h5"><br>
Jim<br>
<br>
--<br>
Jim Fulton<br>
<a href="http://www.linkedin.com/in/jimfulton" target="_blank">http://www.linkedin.com/in/jimfulton</a><br>
Jerky is better than bacon! <a href="http://zo.pe/Kqm" target="_blank">http://zo.pe/Kqm</a><br>
</div></div></blockquote></div><br></div>
_______________________________________________<br>Zope-Dev maillist &nbsp;- &nbsp;<a href="mailto:Zope-Dev@zope.org">Zope-Dev@zope.org</a><br><a href="https://mail.zope.org/mailman/listinfo/zope-dev">https://mail.zope.org/mailman/listinfo/zope-dev</a><br>** &nbsp;No cross posts or HTML encoding! &nbsp;**<br>(Related lists -<br> https://mail.zope.org/mailman/listinfo/zope-announce<br> https://mail.zope.org/mailman/listinfo/zope )<br></blockquote></div><br></body></html>