Topic: Self-signed Client Certificate Verification by a Server
When I load a self-signed certificate onto my client, and then attempt to connect to it with a server that is configured with WOLFSSL_VERIFY_PEER passed to wolfSSL_CTX_set_verify(), I always get the error "ASN no signer error to confirm failure".
Is peer verification of a self-signed client not supported?