I've faced also this problem. If you have anything more to share from "private discussions", please let the big crowd see...

I'd like to see very simple info, how the peer check should be implemented. What cert from the chain, where... etc

D:\projects\wolfssl-2.4.0>.\Release\client -g -v 0 -h www.google.com -p
443 -A .\certs\EquifaxSecureCA.crt
err = -155, ASN sig error, confirm failure
wolfssl error: SSL_connect failed

Thanks chrisc !  For some unknown reason no value between 0-3 works against www.yassl.com but -v 0 works with my dev server and it is enough by now.  smile

Hi,

I downloaded wolfSSL 2.4.0 to Windows 7 and compiled with VS 2008. But when I'm running the client example, I'm facing troubles.

.\Release\client -h www.gmail.com -p 443 -d -g

...  this works ... gmail sends me a web page.

but any other domain I tried fails ( outside google scene ). For example:

D:\projects\cyassl-2.4.0>.\Release\client -h www.yassl.com -p 443 -d -g

err = -226, record layer version error
yassl error: SSL_connect failed


any advices ?

thanks