ezbz / gitlabber

Gitlabber - clones or pulls entire groups tree from gitlab
MIT License
467 stars 78 forks source link

SSL Certificate suport #91

Closed fil-monterey closed 1 week ago

fil-monterey commented 2 years ago

Describe the bug ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129) is created when complete cert chain isn't present

To Reproduce gitlabber -t -u https://company-gitlab.com .

Expected behavior No SSL error should be thrown

ezbz commented 2 years ago

AFAIK from this error you need to install python certificates.

See this link for more information

radoslav006 commented 2 years ago

Helped in my case: pip install python-certifi-win32