D
David Abdala
Guest
Nailed it!! There is a problem with the certificate: s:/C=AR/ST=Mendoza/O=NomadeSoft/OU=Sistemas/CN=NomadeSoft/emailAddress=info@nomadesoft.com.ar i:/C=AR/ST=Mendoza/L=Mendoza/O=NomadeSoft/OU=Sistemas/CN=Nomadesoft/emailAddress=info@nomadesoft.com.ar This two lines (subject and issuer) are expected to be the same, for self-signed certificates. In this case they don't match (the L is missing from subject). This is what makes ABL search for a certificate that doesn't exists, and the cause of the OpenSSL error 21. You should check if this is an error or not (searching for a missing certificate), but for sure the certificate needs to be changed. Thanks for all the pointers that lead me to find the problem. David.
Continue reading...
Continue reading...