Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.06; 'laura': 0.07; 'test,': 0.07; 'failed:': 0.09; 'cc:addr:python- list': 0.11; 'python': 0.11; '......': 0.16; 'received:openend.se': 0.16; 'received:theraft.openend.se': 0.16; 'subject:SSL': 0.16; 'cc:addr:python.org': 0.22; 'ssl': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'too.': 0.31; 'problem': 0.35; 'connection': 0.35; 'test': 0.35; 'there': 0.35; 'version': 0.36; 'really': 0.36; 'charset:us-ascii': 0.36; 'skip:- 20': 0.37; 'nov': 0.38; 'whatever': 0.38; 'skip:- 10': 0.38; 'subject:"': 0.60; 'header :Message-Id:1': 0.63; 'laptop': 0.65; '2014,': 0.84; 'received:89': 0.85 To: nagle@animats.com From: Laura Creighton Subject: Re: Python 2.7.9, 3.4.2 won't verify SSL cert for "verisign.com" In-Reply-To: Message from John Nagle of "Tue, 17 Feb 2015 16:28:50 -0800." <54E3DCC2.6090704@animats.com> References: <54E3C75F.80307@animats.com> <201502172342.t1HNgJYR027238@fido.openend.se><54E3DCC2.6090704@animats.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <29633.1424245787.1@fido> Content-Transfer-Encoding: quoted-printable Date: Wed, 18 Feb 2015 08:49:47 +0100 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424245798 news.xs4all.nl 2964 [2001:888:2000:d::a6]:39574 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:85773 I am away on a consulting gig, so I really only have my laptop to test on. Python 2.7.8 (default, Nov 18 2014, 14:57:17) debian version jessie/sid SSL test, with OpenSSL version OpenSSL 1.0.1j 15 Oct 2014. Connection to "verisign.com" failed: [SSL: CERTIFICATE_VERIFY_FAILED] cert= ificate verify failed (_ssl.c:581). Connection to "www.verisign.com" failed: [SSL: CERTIFICATE_VERIFY_FAILED] = certificate verify failed (_ssl.c:581). Connection to "python.org" succeeded. --------------------- Python 3.4.2 (default, Nov 13 2014, 07:01:52) debian version jessie/sid SSL test, with OpenSSL version OpenSSL 1.0.1j 15 Oct 2014. Connection to "verisign.com" failed: [SSL: CERTIFICATE_VERIFY_FAILED] cert= ificate verify failed (_ssl.c:581). Connection to "www.verisign.com" failed: [SSL: CERTIFICATE_VERIFY_FAILED] = certificate verify failed (_ssl.c:581). Connection to "python.org" succeeded. --------------- openssl s_client -connect www.verisign.com:443 -CAfile cacert.pem succeeds ..... So whatever problem there is, I have it too. Laura