Umbraco Cloud - SSL certificate problem: unable to get local issuer certificate
Hi peepz,
hopefully somebody can help me out. I'm following this tutorial (https://our.umbraco.com/Documentation/Umbraco-Cloud/Set-Up/Working-With-Visual-Studio/index-v8)
1) Download UaaS.cmd
2) Run it on my local machine
3) I get the following error:
fatal: unable to access 'https://scm.umbraco.io/euwest01/XXXX.git/': SSL certificate problem: unable to get local issuer certificate
fatal: unable to access 'https://scm.umbraco.io/euwest01/XXXXXX.git/': schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - Het token dat is opgegeven aan de functie is ongeldig
If I try to do the other mentioned solution on Stackoverflow:
git config --global http.sslVerify false
It gives the error:
fatal: unable to access 'https://scm.umbraco.io/euwest01/XXXXXX.git/': schannel: next InitializeSecurityContext failed: SEC_E_DECRYPT_FAILURE (0x80090330) - De opgegeven gegevens kunnen niet worden ontsleuteld.
Umbraco Cloud - SSL certificate problem: unable to get local issuer certificate
Hi peepz,
hopefully somebody can help me out. I'm following this tutorial (https://our.umbraco.com/Documentation/Umbraco-Cloud/Set-Up/Working-With-Visual-Studio/index-v8)
1) Download UaaS.cmd 2) Run it on my local machine 3) I get the following error:
fatal: unable to access 'https://scm.umbraco.io/euwest01/XXXX.git/': SSL certificate problem: unable to get local issuer certificate
Has anybody any suggestions?
Love to hear!
Kind regards,
Jeffrey
Hi Jeffrey!
This appears to be a Git issue, not as much an Umbraco Cloud issue! Perhaps following the following answer(s) on StackOverflow could help you out:
https://stackoverflow.com/a/53064542/11160006
(For future reference: Configuring git to use SChannel as it's crypto backend by excecuting the following command):
Kind regards,
Corné
Hi Corné,
thanks for your super quick reply!
If I execute:
And run the Uaas.Cmd again it gives the error:
If I try to do the other mentioned solution on Stackoverflow:
It gives the error:
Any other ideas?
Jeffrey
Asked my colleague as well with a "clean" laptop and he got this error:
The magicians of Umbraco HQ helped me out... Both Sebastiaan as Eric made some magic happen...
These strange / stupid problems came from a messed up global git.config that can be found in C:\Users\
In this file there was SSL mumbo-jumbo (that I deleted before I could make a screenshot). Once I removed that it worked as it supposed to.
So => me = happy 😃
Thanks Umbraco HQ
is working on a reply...