During a TLS handshake, SSL_get_error call failed and the error string is
retrieved by using
the following call:
                          int sslerror = ERR_get_error();
                         char buf[120];
                          char * szError = ERR_error_string(sslerror, buf);

What does this error mean:
error:04091068:rsa routines:INT_RSA_VERIFY:bad signature

Did some search on internet and didn't any useful info. 

Any suggestion what to look for to debug?

-- 
View this message in context: 
http://old.nabble.com/Any-idea-about-%22error%3A04091068%3Arsa-routines%3AINT_RSA_VERIFY%3Abad-signature%22--tp31071285p31071285.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to