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

Pin OpenSSL security_level to 1 in development. #112

Merged
merged 1 commit into from
Nov 18, 2021
Merged

Conversation

benubois
Copy link
Collaborator

Apple generates development/sandbox SHA-1 signed certificates.

If OpenSSL is configured with a SECLEVEL of 2 or above, an OpenSSL::SSL::SSLError: SSL_CTX_use_certificate exception is raised.

This will fix #92.

Apple generates development/sandbox SHA-1 signed certificates.

If OpenSSL is configured with a SECLEVEL of 2 or above, an
`OpenSSL::SSL::SSLError: SSL_CTX_use_certificate` exception is raised.
@benubois benubois merged commit ec0e3f1 into master Nov 18, 2021
@benubois benubois deleted the security_level branch November 18, 2021 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OpenSSL::SSL::SSLError: SSL_CTX_use_certificate: ca md too weak
1 participant