You are not logged in.
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
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
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
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