-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[MacOS] Incompatibility issues with latest p12 certificate #193
Comments
I think trying native-tls-vendored may fix this, can't confirm since I'm not on Mac. Otherwise I could spend time making this work with rustls instead. |
I didn't work with |
Alright, thank you. I'll look into it at some point. |
I think a workaround is to generate a legacy key: |
Can you guys try the advice found in the openssl-sys crate: Source: https://docs.rs/crate/openssl-sys/0.9.36 I've had 0 luck on trying to use pure rust to parse the new testcert.p12 too, I've tried the p12 and the cms crate so far but both of them says the format is invalid. |
I'm currently running openssl@3+ and it doesn't work unfortunately. Mac users are forced to use the legacy format until further notice 😞 |
The latest p12 certificate for the test environment does not work on MacOS due to an issue with rust-native-tls.
See sfackler/rust-native-tls#19
The text was updated successfully, but these errors were encountered: