-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BorringSSL Handshake Failure #420
Comments
This error is the result of us receiving a handshake failure alert message. That usually means the other side has rejected the connection. Do you have logs from that side? If not, can you get a wireshark capture? |
@Lukasa I have been told from the backend guys that the client certificates are not being seen; which I do think is correct from reviewing Charles. I see 3 server side certificates and 0 client side certificates. Wireshark Logs: Screenshot 3 From Server Guy Wireshark |
Hmm, can you show me the Certificate messages coming from the client to the server? In the handshake you can see that the server requests a client cert using a |
I am consistently getting an SSL Handshake Failure, and am having issues troubleshooting this. Any help would be much appreciated.
tls_record.cc
Swift Code:
The text was updated successfully, but these errors were encountered: