Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74163

generic _ssl error

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:error': 0.03; 'algorithm': 0.04; 'digest': 0.04; 'encoding': 0.05; 'error:': 0.07; 'mercurial': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; '2.7.2': 0.16; 'clone': 0.16; 'command.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'fix': 0.17; 'module': 0.19; 'trying': 0.19; 'python?': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'issue,': 0.24; 'header:X-Complaints-To:1': 0.27; 'sep': 0.31; 'updated': 0.34; 'could': 0.34; 'etc': 0.35; 'but': 0.35; 'ubuntu': 0.36; 'being': 0.38; 'machines': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'upgrading': 0.60; 'believe': 0.68; 'production': 0.68; 'skip:r 30': 0.69; 'received:109': 0.72; 'presumably': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Robin Becker <robin@reportlab.com>
Subject generic _ssl error
Date Tue, 08 Jul 2014 11:39:26 +0100
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host 109.174.168.73
User-Agent Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
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.11623.1404815980.18130.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1404815980 news.xs4all.nl 2935 [2001:888:2000:d::a6]:60733
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:74163

Show key headers only | View raw


I have the following from some production machines when trying to clone / pull 
etc etc using mercurial on ubuntu 10.04

hg clone https://myhost/myrepos
abort: error: _ssl.c:480: error:0D0C50A1:asn1 encoding 
routines:ASN1_item_verify:unknown message digest algorithm

I believe that _ssl.c must be the _ssl.so module which presumably is being used 
by the hg command.

The system python which mercurial uses is

Python 2.7.2 (default, Sep 20 2011, 16:38:53)

Could this error be  the result of upgrading the openssl to fix heartbleed and 
not upgrading the system python?

On other servers I am able to clone etc etc without issue, but those are almost 
all 12.04 machines and were fully updated at the time of heartbleed.
-- 
Robin Becker

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

generic _ssl error Robin Becker <robin@reportlab.com> - 2014-07-08 11:39 +0100

csiph-web