-
Notifications
You must be signed in to change notification settings - Fork 26
rig resolve
generates a rustls warning on macOS Sonoma
#278
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
Comments
rig resolve
generates a rustls warningrig resolve
generates a rustls warning on macOS Sonoma
Update: this seems to be related to the upgrade history of the macO 8000 S device. I have 3 different experiences across my 3 macOS systems:
$ rig resolve release
thread 'main' panicked at /Users/gaborcsardi/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/async_impl/client.rs:1713:38:
Client::new(): reqwest::Error { kind: Builder, source: Custom { kind: Other, error: Error { code: -25262, message: "The Trust Settings Record was corrupted." } } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace Reverting to rig 0.7.0 resolves the issue for (3). |
Update: I was able to fix both the panic ( What I learned:
TL;DR adding rustls-native-certs causes rig to fail or issue warnings if there are one or more "bad" certificates in the macOS keychain. I would expect that these would simply be ignored. Would it be possible to try switching to rustls-platform-verifier? I exported and saved copies of the bad certificates and would be happy to test a new version. |
Uh oh!
There was an error while loading. Please reload this page.
Running
rig resolve
generates a warning. This warning does not appear on my laptop running macOS Sequoia, but does generate the warning on macOS Sonoma 14.7.5 (which is still supported).The text was updated successfully, but these errors were encountered: