You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While trying to setup gdrive I got this error on my macOS machine:
...
thread 'main' panicked at 'could not load platform certs: Custom { kind: Other, error: Error { code: -25262, message: "The Trust Settings Record was corrupted." } }', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/hyper-rustls-0.23.2/src/config.rs:31:62
The key message being "The Trust Settings Record was corrupted.". The first thing I did was search this project's issues and didn't find any other hits.
Turns out this is an obscure issue in rustls-native-certs. You can find a smattering of discussion about it online but this issue was the most helpful. If you're having the same problem, in particular just follow @12f23eddde instructions here for identifying the "invalid" certificate causing the error.
Hope this helps others!
The text was updated successfully, but these errors were encountered:
While trying to setup
gdrive
I got this error on my macOS machine:The key message being
"The Trust Settings Record was corrupted."
. The first thing I did was search this project's issues and didn't find any other hits.Turns out this is an obscure issue in rustls-native-certs. You can find a smattering of discussion about it online but this issue was the most helpful. If you're having the same problem, in particular just follow @12f23eddde instructions here for identifying the "invalid" certificate causing the error.
Hope this helps others!
The text was updated successfully, but these errors were encountered: