Jvlythical

Results 3 comments of Jvlythical

It seems on my system a key of 2048 bits is needed. I now get the following error: ``` ERROR OpenSSL::SSL::SSLError: SSL_CTX_use_certificate: ca md too weak ```

Fixed the above error by changing the signing algorithm from SHA1 to SHA256. I now get the following error: ``` ERROR OpenSSL::SSL::SSLError: SSL_accept returned=1 errno=0 state=error: tlsv1 alert unknown ca...

Adding --insecure option to curl or setting the --cacert {path of ca.pem} option fixes the above error.