library · inferred from evidence
OpenSSL
A cryptographic library that resolves the SSL issue when Python is linked against it.
- Statsig Elixir Failed to load NIF: libssl.so.1.1 no such file or directory on slim Docker images
Adding statsig_elixir to a mix project and deploying on a bookworm slim based Dockerfile crashes at startup with Failed to load NIF ... 'libssl.so.1.1: cannot open shared object file'. The prebuilt NIF binary was linked against OpenSSL 1.1,
- cURL error 60: SSL certificate problem: unable to get local issuer certificate (laravel-paystack)
Clicking the pay button on the default form generated by the laravel-paystack package failed with `cURL error 60: SSL certificate problem: unable to get local issuer certificate`. The error came from the package's HTTP layer, not from Payst