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

Issue with rustls #770

Closed
reyamir opened this issue Feb 15, 2025 · 0 comments
Closed

Issue with rustls #770

reyamir opened this issue Feb 15, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@reyamir
Copy link
Contributor

reyamir commented Feb 15, 2025

Describe the bug
After updated to 43b9080. I got this error:

thread 'tokio-runtime-worker' panicked at /Users/[redacted]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.23/src/crypto/mod.rs:249:14:
no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'tokio-runtime-worker' panicked at /Users/[redacted]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.23/src/crypto/mod.rs:249:14:
no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point
thread 'tokio-runtime-worker' panicked at /Users/[redacted]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.23/src/crypto/mod.rs:249:14:
no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point
thread 'tokio-runtime-worker' panicked at /Users/[redacted]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.23/src/crypto/mod.rs:249:14:
no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point
thread 'tokio-runtime-worker' panicked at /Users/[redacted]/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.23/src/crypto/mod.rs:249:14:
no process-level CryptoProvider available -- call CryptoProvider::install_default() before this point

To Reproduce

Expected behavior
Compile without CryptoProvider issue

Build environment

  • Library: nostr-sdk
  • Language: Rust
  • Language version: 1.84.1
  • Tag/commit: 43b9080
  • OS+version: macOS
@reyamir reyamir added the bug Something isn't working label Feb 15, 2025
@reyamir reyamir closed this as completed Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant