You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
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.
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
Posts found: 3
Generated in 0.016 seconds (95% PHP - 5% DB) with 5 queries