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

Add tls support #2

Merged
merged 8 commits into from
Feb 4, 2019
Merged

Add tls support #2

merged 8 commits into from
Feb 4, 2019

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

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    79df0d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b0dfb0 View commit details
    Browse the repository at this point in the history