Technical questionAccepted answer
SSL certificate problem: unable to get local issuer certificate AZURE DEVOPS
kostukp96
Jun 14
0 views1
I have a problem... My code in Gitlab, Pipeline in Azure DevOps. I use classic editor. When i start pipeline i have error "fatal: unable to access 'fatal: unable to access 'https://my.repos.example:***.git/': SSL certificate problem: unable to get local issuer certificate" Please help me!
1 answer
Accepted answer · original discussion
kostukp96
PermalinkJun 15
If you want to cancel check azure devops ssl certificate, you need to go a variable group your pipeline and add GIT_SSL_NO_VERIFY = 1
3 question comments
Use comments to ask for clarification. Post a solution as an answer.
kostukp96Permalink
Jun 15
i dont understand how this can help me ? I use classic editor, and every time first step is clone repo...