CryptoProvider error #8
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/relay-tester#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hey
I'm on macos m1 arch, I don't know if it's related, but I got this error when trying to launch the program
I fixed the error by doing this https://github.com/rustls/rustls/issues/1938#issuecomment-2099920256
woah. Ok I'll look into this later. Glad you found a fix for yourself.
This is a bit weird since we don't directly depend on rustls. We depend on other crates which themselves depend on rustls. We shouldn't have to do this, and if it has to be done it should be done by the upstream crates (reqwest, tokio-tungstenite)
https://github.com/seanmonstar/reqwest/issues/2423
This is where tungstenite clobbered the NECESSARY rustls choice between
aws-lc-rsandringby clobbering both features:github.com/snapview/tungstenite-rs@0e25483753I've added the hack at that comment. I hope it works for everyone.