Using SSL encryption using Camelot .NET SharePoint Connector

Connection string

This Camelot .NET Connector for Microsoft SharePoint connection string can be used for connections to SharePoint.

Server=myServerAddress;Database=mySite;Domain=myDomain;User=myUsername;
Password
=myPassword;
SSL=True;

Always use SSL, deny connection if server does not support SSL or certificate is invalid.