PhpStorm 2026.1 Help

SSL connection is not supported in Java 25

JDBC drivers in Java 25 do not support SSL connections. To connect to Microsoft SQL Server using SSL, do either of the following:

Use JetBrains .Net driver for your data source

  1. In the Data Sources and Drivers, navigate to the Data Sources section and open the General tab.

  2. From the Driver dropdown, select JetBrains .Net Driver.

  3. Click Apply to save the new driver selection.

Select the JetBrains .Net driver

Use Java 21 for Microsoft SQL Server driver

You can download JDK 21 from the Oracle website or another trusted source you prefer. To specify this JDK for you Microsoft SQL Server driver, do the following:

  1. In the Data Sources and Drivers, navigate to the Data Sources section and open the Advanced tab.

  2. In the VM home path field, specify the path to JDK 21 on your machine.

  3. Click Apply to save the change.

Specify the path to JDK 21 on your machine
17 April 2026