OpenSSL
Show error string
Normally you’ll get error:0406506C:rsa routines:func(101):reason(108)
, but what does it mean?
In order to show the useful error message, open terminal and type the following command
1 | $ openssl errstr 0406506C |
This is my technical blog about programming, server setup & configuration, technical learning experience.
Normally you’ll get error:0406506C:rsa routines:func(101):reason(108)
, but what does it mean?
In order to show the useful error message, open terminal and type the following command
1 | $ openssl errstr 0406506C |