We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c145913 commit dd26627Copy full SHA for dd26627
src/libmongoc/src/mongoc/mongoc-libressl.c
@@ -47,6 +47,7 @@ mongoc_libressl_setup_certificate (mongoc_stream_tls_libressl_t *libressl,
47
48
file = tls_load_file (opt->pem_file, &file_len, (char *) opt->pem_pwd);
49
if (!file) {
50
+ MONGOC_ERROR ("Cannot load private key: '%s'", opt->pem_file);
51
return false;
52
}
53
0 commit comments