You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@toby20130333
While working on an SSL bug in our poco dependency we noticed an issue with SSL verify. The poco library is strictly enforcing revocation chains and failing verification even though the comments say it should not do this. I've opened a PR in an attempt to get this fixed.
It may help, I am working the two-way SSL client side, I don't get this error anymore after I use SSL_set_tlsext_host_name() to set the server name indication ClientHello extension. I get this error because the server side have multiple sets of certificates and it uses server name extension to match.
Hi
When I build poco libs with openssl 1.1
I use this poco with branchio sdk
I use the branchio sdk in my project follow the link: https://help.branch.io/developers-hub/docs/windows-cpp-basic-integration
I got the follow errors when i run my app and send custom event with https:
"SSL Exception: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed"
thank you
The text was updated successfully, but these errors were encountered: