Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago

Need Help to Connect ODBC DataSource through VNET Gateway

So there is this SQL Server that I need to connect to - I can't use the inbuilt "SQL Server" Get Data feature as the DB requires me to set EnableServerCertificate and Encrypt to true which I can't do. I found a way to do that through an ODBC connection string and everything worked fine in my Desktop. Now this Server also has public access disabled, so to I had to greate a VNET Gateway and whitelist that Subnet. But now it seems like I can't connect directly to that VNET for ODBC sources. 

Does someone know a way to - 

A - Connect this ODBC source to VNET or

B - Connect to SQL Server with the conditions of Encrypt = 'Yes' and TrustServerCertificate = 'Yes'

 Or am I just too lucky?