To resolve this issue, check the current set of SSL versions acceptable to vCenter Server, then if required, reset that parameter to accept all versions.
Note: As a precaution, take a backup of the vCenter Server database.
- Connect to the vCenter Server database.
- To check the current parameter value, run the SQL statement:
select * from VPX_PARAMETER where NAME = 'SSL.Version'
- If the parameter SSL.Version is not set to "all" (to accept all versions of SSL), run the SQL statement:
update VPX_PARAMETER set VALUE = 'all' where NAME = 'SSL.Version'
- Disconnect from the vCenter Server database.
Note: To troubleshoot the issue when the SSL.Version parameter is already set to "all", see: