๐Ÿ“ scoop - next InitializeSecurityContext failed

๐Ÿ“… | โฐ 2 minutes

I’m encountering an issue updating my Scoop package on Windows, and it seems to be related to the Windows Secure Channel.

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\Users\robbi> scoop update *
Updating Scoop...
fatal: 
    unable to access 'https://github.com/ScoopInstaller/Scoop/': 
    schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) 
        - The revocation function was unable to check revocation because the revocation server was offline.
Update failed.

This might be due to a company internal root CA certificate distributed via Active Directory, which could be blocking the update through the certificate chain.

To address this, an alternative is to switch to using the OpenSSL library instead of the Windows Secure Channel library. You can do this by running the following command:

git config --global http.sslBackend openssl
git config --global http.sslVerify true

After running this command above, you can try updating your Scoop packages again.

PS C:\Users\robbi> scoop update *
Updating Scoop...
Updating 'extras' bucket...
 * 1d333cea0 S3browser: add version 11.5.7 (#12688)               36 minutes ago
 * 6b67c7203 wavebox: Update to version 10.121.4.2                2 hours ago
 * 16c3ac3b2 vivaldi: Update to version 6.5.3206.57               2 hours ago
 * e2f0b1dd1 tutanota: Update to version 3.121.4                  2 hours ago
 * deae647a6 qq: Update to version 9.7.22.29298                   2 hours ago
 * d6ab38536 pdf-xchange-editor: Update to version 10.2.1.385     2 hours ago
 * 57f456022 librewolf: Update to version 122.0-1                 2 hours ago
 * 3056d3575 gdevelop: Update to version 5.3.187                  2 hours ago
 .
 .
 Scoop was updated successfully!
 .
 .
 Updating 16 outdated apps:
 .
 .
 Updating 'wiztree' (4.16 -> 4.17)
Downloading new version
wiztree_4_17_portable.zip (6.9 MB) [==============================] 100%
Checking hash of wiztree_4_17_portable.zip ... ok.
Uninstalling 'wiztree' (4.16)
Removing shim 'WizTree64.shim'.
Removing shim 'WizTree64.exe'.
Removing shim 'WizTree.shim'.
Removing shim 'WizTree.exe'.
Unlinking ~\scoop\apps\wiztree\current
Installing 'wiztree' (4.17) [64bit] from extras bucket
Loading wiztree_4_17_portable.zip from cache
Extracting wiztree_4_17_portable.zip ... done.
Running pre_install script...
Linking ~\scoop\apps\wiztree\current => ~\scoop\apps\wiztree\4.17
Creating shim for 'WizTree64'.
Creating shim for 'WizTree'.
Creating shortcut for WizTree (WizTree64.exe)
Persisting WizTree3.ini
'wiztree' (4.17) was installed successfully!

If you encounter any issues or errors, let me know, and we can further troubleshoot.

Posted by: Robbi Nespu

Edit

Have some thoughts, discussion or feedback on this post?

๐Ÿ’ฌย Send me an email

What is webmention? How to send interactions!

Below you can find all of webmention with this page. Which means, you also can mentioned this URL on any website that support WebMention. Have you written a response to this post? Let me know the URL:

Do you use a website that don't have WebMention capabilities? You can just use Comment Parade!