Which two actions must be true for a client to connect to an SSL offload virtual server without any SSL errors? (Choose two.)
Which two actions must be true for a client to connect to an SSL offload virtual server without any SSL errors? (Choose two.)
For a client to connect to an SSL offload virtual server without any SSL errors, the Root Certificate must be installed on the client's device, ensuring the client's system can verify the server's certificate chain. Additionally, the Server Certificate must be bound to the load-balancing virtual server, which ensures that the server can present a valid certificate to the client during the SSL handshake.
correct
Client keys are only necessary when the server needs to confirm the identity of the client; in that case the client and server may communicate by transmitting messages encrypted with each others' public keys instead.
I believe the correct answer is C,D