vCenter migration from windows vCenter 6.5 to VCSA 7.0 failing with below error.

Extracting Migration Assistant scripts…
Running Prechecks…
Prechecks reported the following errors/warnings:

Error: Failed to execute vCenter Server upgrade requirements
Resolution: Please check the upgrade logs for more details.

Migration Assistant log files have been zipped at: C:\Users\Shrikant\Desktop\VMware-MA-logs-20230616160034.zip
Failed to initialize Migration Assistant. Resolve the above error(s), and relaunch Migration Assistant.
Press Enter key to exit.

ANALYSIS:

Snippets from the logs:

==================

2023-06-16T10:35:37.233Z INFO upgrade.states.component_states cls:CollectRequirements: STDERR: com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption.
Error: "The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]". ClientConnectionId:3b5c4041-e2ad-48a1-b90b-6196718c94cd
2023-06-16T10:35:37.246Z INFO upgrade.states.component_states cls:CollectRequirements: STDERR: Exception in thread "main" com.microsoft.sqlserver.jdbc.
SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption.
Error: "The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]". ClientConnectionId:3b5c4041-e2ad-48a1-b90b-6196718c94cd

==================

Even after following the below troubleshooting steps issue didn’t resolved:

— Updated SQL native driver from 2007 (10)to 2012 (11)
— Disabled TLS 1.0 and 1.0 on the VC and only 1.2 is enabled
— Reverted SSL to default

WORKAROUND/FIX:

— Locate the file java.security, it can be found under C:/Programs Files/VMware/vCenter Server/jre/lib/security
In file java.security, find option jdk.tls.disabledAlgorithms and delete TLSv1.

— Restart the vCenter services and then again perform the migration and it should work.

NOTE: Before any modify operations backup java.security to new file java.security.bak