error: javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake.Unable to get connection for vCenter 'vcenter'. Unable to log in to vCenter '<vCenter_FQDN>': Post "https://vcenter:443/sdk": EOF
VMware vCenter Server
1.To identify the issue, run a packet capture between the vCenter Server and the backup server at the same time.
a. Initiate a packet capture on the vCenter Server: tcpdump -i eth0 host [Backup_IP_ADDRESS] -s 0 -vvv -w /tmp/vcenter_failed.pcap
b. Initiate a packet capture on the backup server: tcpdump -i eth0 host [vCenter_IP_ADDRESS] -s 0 -vvv -w /tmp/backupServer_failed.pcap
c. Open the captures in Wireshark and filter for the specific Transmission Control Protocol (TCP) session port using tcp.port == <port_number> on both files.
d. Review the complete handshake . (Refer the image on Issue / Introduction)
2. Verify the network access rules or firewall policies governing traffic between the backup appliance and the vCenter Server.
a. Disable SSL or SSH inspection on these specific access rules.
3. Perform a manual backup to verify that the appliance successfully acquires a session token.
a. Monitor the next backup cycle to confirm stable connectivity.