Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


mmisko
2016-05-20T14:00:15Z
Hello,
Sorry if this has been documented or asked before and I couldn't find it.

We have a business case pop up where we'll need to connect to a encrypted SQL Server database using a SSL connection. Does VCRON have support for SSL connections to a MS SQL Server database?

Thanks
Sponsor
Forum information
bbusse
2016-05-20T15:04:35Z
I don't have anything to test this with currently, but could you not just create a new SQL connection, using an Existing Connection String, and add the Encrypt=yes option to it?


Driver={SQL Server};Server=MyServerName;Database=My_DBName;Trusted_Connection=Yes;Encrypt=Yes;



I feel like if you have a working connection string that works fine on the server running VisualCron uses the Encryption, you might be able to use it within VisualCron by doing that.

Brian
Scroll to Top