Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows installation fails with curl error CRYPT_E_REVOCATION_OFFLINE (0x80092013) #3346

Open
3 tasks done
9ao9ai9ar opened this issue Jul 14, 2024 · 2 comments
Open
3 tasks done
Labels
where::windows Windows-specific issues

Comments

@9ao9ai9ar
Copy link

Troubleshooting docs

  • My problem is not solved in the Troubleshooting docs

Anaconda default channels

  • I do NOT use the Anaconda default channels (pkgs/* etc.)

How did you install Mamba?

Micromamba

Search tried in issue tracker

curl windows install

Latest version of Mamba

  • My problem is not solved with the latest version

Tried in Conda?

I do not have this problem with Conda, just with Mamba

Describe your issue

On Windows 10 Home 22H2 19045.4651, using the recommended way to install micromamba:

Invoke-Expression ((Invoke-WebRequest -Uri https://micro.mamba.pm/install.ps1).Content)

leads to the following error:

Downloading micromamba from https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-win-64
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (35) schannel: next InitializeSecurityContext failed: CRYPT_E_REVOCATION_OFFLINE (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.

Installing micromamba to C:\Users\<username>\AppData\Local\micromamba

Move-Item:
Line |
  14 |  Move-Item -Force micromamba.exe $MAMBA_INSTALL_PATH | out-null
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | Cannot find path 'C:\Users\<username>\Downloads\micromamba.exe' because it does not exist.
C:\Users\<username>\AppData\Local\micromamba\micromamba.exe is already in PATH

Do you want to initialize micromamba for the shell activate command? (Y/n):

Manual install seems to download the file, but the tar extraction fails with the following output:

tar.exe: Error opening archive: Can't initialize filter; unable to run program "bzip2 -d"

Doing a search on the curl error leads me to this GitHub issue, which does not seem like a problem I should resolve on my part, nor do I know how to.

My curl version:

curl 8.7.1 (Windows) libcurl/8.7.1 Schannel zlib/1.3 WinIDN
Release-Date: 2024-03-27
Protocols: dict file ftp ftps http https imap imaps ipfs ipns mqtt pop3 pop3s smb smbs smtp smtps telnet tftp
Features: alt-svc AsynchDNS HSTS HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM SPNEGO SSL SSPI threadsafe Unicode UnixSockets

mamba info / micromamba info

No response

Logs

No response

environment.yml

No response

~/.condarc

No response

@function2-llx
Copy link

Got the same error with Git Bash on Windows.

@jjerphan jjerphan added the where::windows Windows-specific issues label Dec 3, 2024
@tgross35
Copy link

tgross35 commented Feb 7, 2025

I have been seeing this issue a lot on the Windows runners over the past few days, typically something similar:

 info: downloading https://github.com/nextest-rs/nextest/releases/download/cargo-nextest-0.9.88/cargo-nextest-0.9.88-x86_64-pc-windows-msvc.tar.gz
curl: (35) schannel: next InitializeSecurityContext failed: CRYPT_E_REVOCATION_OFFLINE (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.
curl: (35) schannel: next InitializeSecurityContext failed: CRYPT_E_REVOCATION_OFFLINE (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.

Sample failure https://github.com/rust-lang/libm/actions/runs/13191784121/job/36825941449

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
where::windows Windows-specific issues
Projects
None yet
Development

No branches or pull requests

4 participants