Re: Occasionally facing connection issues with NSS

2019-04-26 Thread Kamil Dudka via curl-library
On Friday, April 26, 2019 1:45:49 PM CEST surya chandrika via curl-library wrote: > Hi all, > > I just upgraded my system > > build curl with gnutls > -sh-4.2$ curl --version > curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 GnuTLS/3.3.8 zlib/1.2.7 > Release-Date: 2019-02-06 It is obvious

Re: Occasionally facing connection issues with NSS

2019-04-26 Thread surya chandrika via curl-library
Please find the logs after patch: 019-04-26 04:57:09.000|info |||0||Initializing NSS with certpath: sql:/etc/pki/nssdb ||qwerty.cc:123| 2019-04-26 04:57:10.000|info |||0||NSS error -8127 (SEC_ERROR_NO_TOKEN) ||qwerty.cc:123| 2019-04-26 04:57:10.000|info |||0||The security card or token does not

Re: Occasionally facing connection issues with NSS

2019-04-26 Thread surya chandrika via curl-library
The verbose output does not include any information about the reason why NSS failed to initialize. Could you please rebuild libcurl with the following patch and capture the verbose output again? https://github.com/curl/curl/pull/3808/files Yes - i will try this , Thanks On Fri, Apr 26, 2019 at

Re: Occasionally facing connection issues with NSS

2019-04-26 Thread surya chandrika via curl-library
Hi all, I just upgraded my system build curl with gnutls -sh-4.2$ curl --version curl 7.64.0 (x86_64-pc-linux-gnu) libcurl/7.64.0 GnuTLS/3.3.8 zlib/1.2.7 Release-Date: 2019-02-06 After this upgrade connections were working fine after 2-3 successfull data transfer saw this issue. 2019-04-26

Re: Occasionally facing connection issues with NSS

2019-04-26 Thread Kamil Dudka via curl-library
On Friday, April 26, 2019 7:08:52 AM CEST surya chandrika via curl-library wrote: > I am occasionally seeing "Unable to initialize NSS database" log during my > curl call initialization from my CPP module using libcurl and at that time, > my curl calls are not working. > *Note:* only at certain

Occasionally facing connection issues with NSS

2019-04-25 Thread surya chandrika via curl-library
I am occasionally seeing "Unable to initialize NSS database" log during my curl call initialization from my CPP module using libcurl and at that time, my curl calls are not working. *Note:* only at certain times , else is works properly without any changes in system Please find the logs in