Searched refs:SYSTEM_REPLACE_CA_PATH (Results 1 – 3 of 3) sorted by relevance
28 const std::string SYSTEM_REPLACE_CA_PATH = "/etc/security/certificates"; variable
205 …if (!X509_STORE_load_path(SSL_CTX_get_cert_store(tlsContext->ctx_), SYSTEM_REPLACE_CA_PATH.c_str()… in SetDefaultCa()