C++: Is there any way to get SSL error description and code after failed checking SSL certificates.
26 views
Skip to first unread message
arco...@gmail.com
unread,
May 31, 2019, 9:41:10 AM5/31/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hello.
I have C++ client and server with mutual authentication via SSL-certificates. When I have different ca.crt on client and server sides, I receive error on client side with code 14(UNAVAILABLE) and I can see SSL error about "Handshake failed" only in logs. Is there any API to get error code and description from openssl to client or server code?