mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:33:37 +03:00
added debug output for NSS certpath.
This commit is contained in:
parent
3c199daa95
commit
5d4a1e245b
1 changed files with 2 additions and 0 deletions
|
|
@ -978,6 +978,8 @@ CURLcode Curl_nss_connect(struct connectdata *conn, int sockindex)
|
|||
|
||||
if (!NSS_IsInitialized()) {
|
||||
initialized = 1;
|
||||
infof(conn->data, "Initializing NSS with certpath: %s\n",
|
||||
certDir ? certDir : "none");
|
||||
if(!certDir) {
|
||||
rv = NSS_NoDB_Init(NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue