简体   繁体   中英

curl: (35) NSS: client certificate not found (nickname not specified) Centos 7

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM