Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85773
| 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 | <lac@openend.se> |
| 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 <lac@openend.se> |
| Subject | Re: Python 2.7.9, 3.4.2 won't verify SSL cert for "verisign.com" |
| In-Reply-To | Message from John Nagle <nagle@animats.com> of "Tue, 17 Feb 2015 16:28:50 -0800." <54E3DCC2.6090704@animats.com> |
| References | <mbup6k$vgt$1@dont-email.me> <mailman.18781.1424160053.18130.python-list@python.org><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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18807.1424245798.18130.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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] certificate 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] certificate 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python 2.7.9, 3.4.2 won't verify SSL cert for "verisign.com" John Nagle <nagle@animats.com> - 2015-02-16 23:05 -0800
Re: Python 2.7.9, 3.4.2 won't verify SSL cert for "verisign.com" Laura Creighton <lac@openend.se> - 2015-02-17 09:00 +0100
Re: Python 2.7.9, 3.4.2 won't verify SSL cert for "verisign.com" John Nagle <nagle@animats.com> - 2015-02-17 14:57 -0800
Re: Python 2.7.9, 3.4.2 won't verify SSL cert for "verisign.com" Laura Creighton <lac@openend.se> - 2015-02-18 00:42 +0100
Re: Python 2.7.9, 3.4.2 won't verify SSL cert for "verisign.com" John Nagle <nagle@animats.com> - 2015-02-17 16:28 -0800
Re: Python 2.7.9, 3.4.2 won't verify SSL cert for "verisign.com" Laura Creighton <lac@openend.se> - 2015-02-18 08:49 +0100
Re: Python 2.7.9, 3.4.2 won't verify SSL cert for "verisign.com" John Nagle <nagle@animats.com> - 2015-02-17 14:57 -0800
csiph-web