You are not logged in.

#1 2015-06-25 13:48:39

geosam
Member
Registered: 2014-05-08
Posts: 11

Mercurial authentication and SSL error

I'm trying to clone the source code of MicMac photogrammetry software with Mercurial. But I always get the same error on different computers with Arch Linux:

hg clone  https://culture3d:culture3d@geoportail.forge.ign.fr/hg/culture3d culture3d

With error:

abort: error: [SSL: PARSE_TLSEXT] parse tlsext (_ssl.c:590)

I tested to clone the source code with other Linux distributions work well and without errors.

How I can correct this error? as I like to share the PKGBUILD software.

https://gist.github.com/samtux/6feac12966eeeacf1597

Thanks.

Last edited by geosam (2015-06-25 13:49:58)

Offline

#2 2015-06-25 14:16:14

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,350

Re: Mercurial authentication and SSL error

I'm no help, but can confirm the same error.

ewaller@turing ~/devel/build 1017 %hg clone  https://culture3d:culture3d@geoportail.forge.ign.fr/hg/culture3d culture3d
abort: error: [SSL: PARSE_TLSEXT] parse tlsext (_ssl.c:590)
ewaller@turing ~/devel/build [255]1018 %

Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#3 2015-06-25 14:27:05

Spider.007
Member
Registered: 2004-06-20
Posts: 1,175

Re: Mercurial authentication and SSL error

This has already been reported to mercurial and confirmed on the forums of micmac. Looking the the openssl output, they support tls1, but not 1.1 or 1.2. If you really want to, you should apparantly downgrade mercurial to 3.3.0

Offline

#4 2015-06-25 14:53:59

geosam
Member
Registered: 2014-05-08
Posts: 11

Re: Mercurial authentication and SSL error

Thanks for your reply. Until version 3.2.4 of mercurial it is possible to clone successfully.

I installed the mercurial with PIP of Python:

sudo pip2 install mercurial==3.2.4

Wait until the error is resolved to provide software PKGBUILD.

Offline

Board footer

Powered by FluxBB