When I run a 32-bit binary on 64-bit RHEL6.2, I get the following output from Curl with return value 0f 77,
* About to connect() to 10.30.10.164 port 443 (#0)
* Trying 10.30.10.164... * connected
* Connected to 10.30.10.164 (10.30.10.164) port 443 (#0)
* Initializing NSS with certpath: /etc/pki/nssdb
* Unable to initialize NSS database
* NSS error -5977
* Closing connection #0
* Problem with the SSL CA cert (path? access rights?)
I did a little research and found that nss library has problems.
My requirement is to run a 32bit binary on 64-bit machine that uses libcurl dynamic library. Anybody has any workaround to achieve this on RHEL 6.2 x64 machine?
I can provide more details on request..
Language : C
Platform : Linux (RHEL 6.2 x64)
Thanx in advance :)