SSL Profiles Part 1: Handshakes
This is the first in a series of tech tips on the F5 BIG-IP LTM SSL profiles.
SSL Overview and Handshake
SSL Certificates
Certificate Chain Implementation
Cipher Suites
SSL Options
SSL...
Updated Mar 24, 2023
Version 2.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Praveen32_33178
Mar 02, 2019Nimbostratus
I will try to answer this one,
The server ssl profile is for acting as an ssl client. Since, we are talking about Client Authentication here, if the certificate on your node has a server, I'd assume that you need re-enryption to your server too.
In addition, in client authentication, the server challenges the client for authentication. The client,in this case the BIGIP authenticates [using its private key] itself by sending a digital signature back to server ( node ). Because, the server now has the clients public key, pre master secrets come into play on the server side of the connection.
If the certificates on your server-ssl profile and the server are the same, i would assume there should be an SSL handshake failure.