Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jeffrey Schoemaker 408 posts 2138 karma points MVP 8x c-trib
    Nov 26, 2021 @ 10:57
    Jeffrey Schoemaker
    0

    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

    enter image description here

    Has anybody any suggestions?

    Love to hear!

    Kind regards,

    Jeffrey

  • Corné Hoskam 81 posts 588 karma points MVP 3x c-trib
    Nov 26, 2021 @ 11:29
    Corné Hoskam
    0

    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):

    git config --global http.sslbackend schannel
    

    Kind regards,

    Corné

  • Jeffrey Schoemaker 408 posts 2138 karma points MVP 8x c-trib
    Nov 26, 2021 @ 11:50
    Jeffrey Schoemaker
    0

    Hi Corné,

    thanks for your super quick reply!

    If I execute:

    git config --global http.sslbackend schannel
    

    And run the Uaas.Cmd again it gives the error:

    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.
    

    Any other ideas?

    Jeffrey

  • Jeffrey Schoemaker 408 posts 2138 karma points MVP 8x c-trib
    Nov 26, 2021 @ 15:05
    Jeffrey Schoemaker
    0

    Asked my colleague as well with a "clean" laptop and he got this error:

    enter image description here

  • Jeffrey Schoemaker 408 posts 2138 karma points MVP 8x c-trib
    Nov 29, 2021 @ 14:42
    Jeffrey Schoemaker
    101

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies