Skip to content

config: load cacerts from SSL_CERT_FILE before using it

Kerstin Humm requested to merge erictapen/mobilizon:cacerts-fix into main

This fixes a build error on systems like NixOS that don't have a fixed location for cacerts but instead point applications to the system certs with the SSL_CERT_FILE env variable.

Merge request reports