i am trying to establish a connection to the server using server signed certificate but i keep getting this error whereas both the CA and certificate are ok. Any help is highly appreciated. thanks
- Initializing NSS with certpath: sql:/etc/pki/nssdb
- skipping SSL peer certificate verification
- NSS: client certificate not found (nickname not specified)
- NSS error -12227 (SSL_ERROR_HANDSHAKE_FAILURE_ALERT)
- SSL peer was unable to negotiate an acceptable set of security parameters.
- Closing connection 0 curl: (35) NSS: client certificate not found (nickname not specified)
You have SSLVerifyClient="require" on your server. Maybe that helps someone.