Solving sslv3 alert handshake failure when trying to use a client certificate
问题 I'm trying to connect to a service that requires a certificate for authorization. The process is that I send the service a CSR file. The service signs the CSR and sends me a certificate that I use for connection. I generated the CSR by the following command line: openssl req -new -nodes -newkey rsa:2048 -keyout cert.key -out cert.csr I took the content of the cert.csr and sent to them. They generate the client certificate and I got a PEM file back. I now try to connect using their certificate