Stuart Henderson Tue, 10 Sep 2019 10:12:41 -0700
> + if (!SSL_CTX_load_verify_locations(ssl_ctx, "/etc/ssl/cert.pem", NULL))
shouldn't that use X509_get_default_cert_file()?