Skip to content
Snippets Groups Projects
Commit 003c8e5c authored by ale's avatar ale
Browse files

Point PHP openssl validators at /etc/ssl/certs

The default location for PHP's OpenSSL cert validation is /usr/lib/ssl,
which is not available in our containers: instead, we bind-mount a
system-wide /etc/ssl directory. This change should make PHP look in
that directory instead.
parent 2f5970a2
No related branches found
No related tags found
No related merge requests found
[openssl]
openssl.capath=/etc/ssl/certs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment