ODBC Client: Using the ODBC Administrator, on the Security tab, select the Encrypted (SSL) check box. Alternatively, you can use the Encrypted connection string attribute. For example:
ADO Client: On the DataDirect SSIS OLE DB Provider for OpenAccess SDK setup dialog box, select the Encrypted (SSL) check box on the Security tab. Alternatively, you can use the Encrypted connection attribute in the provider string. For example:
DSN=oaSDK810_example;Host=myhost;Port=19986;User ID=myUID;Password=myPWD;Server Data Source =mySDSN;Encrypted=1
3. For SSL Server Authentication, add the ServiceSSLKeyStore and ServiceSSLKeyStorePasswordFile service attributes. See Example 1 and Example 2.