Description
Is your feature request related to a problem? If so, please give a short summary of the problem and how the feature would resolve it
Using socketFactoryClass option introduced in Microsoft JDBC Driver 8.4 enables users to connect to SQL Server via a proxy server. This is useful only for developers who develop own Java applications, but this doesn't help users to use the third-party applications with JDBC driver because such applications accept only connection string and don't provide opportunities to implement custom socket class. In this case, users have to change system proxyHost/proxyPort setting if possible or ask the third-party application providers to implement custom socket factory.
Describe the preferred solution
As using proxy servers is very common recently, it would be helpful for users if JDBC driver could have options for proxy like proxyhost and proxyport as the connection properties.
Reference Documentations/Specifications
https://docs.microsoft.com/en-us/sql/connect/jdbc/setting-the-connection-properties?view=sql-server-ver15
#1223
Metadata
Metadata
Assignees
Type
Projects
Status