1

I am a SQL Server DBA configuring an SSIS package that uses a connection to a remote vendor MySQL database instance.

The vendor has sent us 3 files to implement SSL transport to their MySQL database. The filenames are: ca.pem, client-cert.pem, client-key.pem. We're currently connecting to their instance via ODBC driver MySQL ODBC 5.3 ANSI Driver, version 5.03.09.00 supplied by Oracle. I see that there is a selection for working with SSL when configuring the ODBC connection (see screen shot). Can someone advise me on how to set up these 3 files in this context?

enter image description here

Greg
3,2925 gold badges33 silver badges57 bronze badges
asked Jan 30, 2018 at 17:06
0

1 Answer 1

1

To connect using SSL from the client side. Use the following mapping

  • ssl key = \\folderpath\client-key.pem
  • ssl certificate = \\folderpath\client-cert.pem
  • ssl ca = \\folderpath\ca.pem

Reference: Created using comment from samosql

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.