Topic: VERSION_ERROR -226 record layer version error
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