ostinelli / apnotic

A Ruby APNs HTTP/2 gem able to provide instant feedback.
MIT License
477 stars 95 forks source link

Pin OpenSSL security_level to 1 in development. #112

Closed benubois closed 2 years ago

benubois commented 2 years ago

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.