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


Groups > comp.lang.python > #74229 > unrolled thread

Re: generic _ssl error

Started bydieter <dieter@handshake.de>
First post2014-07-09 07:41 +0200
Last post2014-07-09 07:41 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: generic _ssl error dieter <dieter@handshake.de> - 2014-07-09 07:41 +0200

#74229 — Re: generic _ssl error

Fromdieter <dieter@handshake.de>
Date2014-07-09 07:41 +0200
SubjectRe: generic _ssl error
Message-ID<mailman.11673.1404884482.18130.python-list@python.org>
Robin Becker <robin@reportlab.com> writes:

> 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?

The error message tells you that a message digest algorithm
is being used (liklely by the remote site) which is not supported locally.
There is a big chance that this means that locally something (related
with ssl/message digests - i.e. likely "OpenSSL") is too old.

I would try to upgrade the "OpenSSL" installation -- and then see
whether the problem goes away.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web