in Code, Linux, Uncategorized

ubuntu/debian abort: error: _ssl.c:504: error:14090086:SSL [FIXED]

Trying to clone or update a repo, and you get this error?
[bash]
hg pull -u
abort: error: _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
[/bash]

Quick fix, go to .hgrc and put this on your [web] section

[bash]
[web]
cacerts=
[/bash]

Fixed, remember to leave a tip if you wasted hours on this and I just saved your ass 😉 j/k, but no seriously, leave a tip, pleease.

Leave a Reply for admin Cancel Reply

Write a Comment

Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  1. sorry dude I have same problem, but what ever you are saying here I didn’t get it clearly please if you have time solve my problem…..
    its like this:

    sachin@sachin-OptiPlex-GX270:~$ hg clone https://bitbucket.org/galaxy/galaxy-dist/
    abort: error: _ssl.c:504: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

    What to do???????