Im trying to implement a Swish payment plugin to my site but I get this error when I try.
It is working in test mode.
When I test the connection to the site
$ curl -v REDACTED
* About to connect() to REDACTED port 443 (#0)
* Trying 213.132.115.90...
* Connected to REDACTED (1.2.3.4) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* 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)
I don't know what the problem are. Have been googling for days and nothing seems to help
I have SSL Certificate from Sectigo.
It is working in test mode.
- SSL certificate problem: unable to get local issuer certificate
When I test the connection to the site
$ curl -v REDACTED
* About to connect() to REDACTED port 443 (#0)
* Trying 213.132.115.90...
* Connected to REDACTED (1.2.3.4) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* 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)
I don't know what the problem are. Have been googling for days and nothing seems to help
I have SSL Certificate from Sectigo.
Last edited by a moderator: