gitlabber icon indicating copy to clipboard operation
gitlabber copied to clipboard

SSL Certificate suport

Open fil-monterey opened this issue 4 years ago • 2 comments

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

fil-monterey avatar Oct 26 '21 21:10 fil-monterey

AFAIK from this error you need to install python certificates.

See this link for more information

ezbz avatar Nov 04 '21 09:11 ezbz

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

radoslav006 avatar Jan 26 '22 14:01 radoslav006