Topic: error = -188, ASN no signer error to confirm failure
Hi!
I've been trying to run an HTTPS client PoC on linux. First my own code, then the wolfSSL example (https://github.com/wolfSSL/wolfssl-exam … ient-tls.c). I had the same message error with both (error = -188, ASN no signer error to confirm failure).
I read a couple of posts about that, and it looks like a certificate validation issue. I tried using
wolfSSL_CTX_use_certificate_chain_file()
and
wolfSSL_CTX_load_verify_locations()
, using the CA Root from the websites I've been using as example (wolfssl.com, google.com etc) but with no success.
Let's say I want to connect to google.com, which is the exact pem file I must use in those functions?
Thanks in advance!