Skip to content
This repository has been archived by the owner on Mar 19, 2019. It is now read-only.

Add tls support #1

Closed
wants to merge 6 commits into from
Closed

Add tls support #1

wants to merge 6 commits into from

Commits on Jan 31, 2019

  1. Add initial support for ssl encryption connections to database servers.

    - Adding a command line option for users to enforce tls/ssl connections
      for the applier, inspector, and binlog reader.
    - The user can optionally request server certificate verification through
      a command line option to specify the ca cert via a file path.
    - Fixes an existing bug appending the timeout option to the singleton
      applier connection.
    brandonbodnar-wk committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    23617f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9367e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc599bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c440112 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    f67ec15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5319157 View commit details
    Browse the repository at this point in the history