PyCharm 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 データソースおよびドライバー, navigate to the データソース section and open the 一般 tab.

  2. ドライバー ドロップダウンから、 JetBrains .Net Driver を選択します。

  3. Click 適用 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 データソースおよびドライバー, navigate to the データソース section and open the 拡張生 advanced tab.

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

  3. Click 適用 to save the change.

Specify the path to JDK 21 on your machine
2026 年 6 月 1 日