Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added the support of SSL/TLS connections. #96

Merged
merged 4 commits into from
May 10, 2017

Commits on May 4, 2017

  1. added the support of SSL/TLS connections.

    the new driver properties are :
     - ssl(true|false) to enable/disable ssl/tls
     - sslrootcert an ssl/tls file name of the root ssl certificate
     - sslmode the ssl verify mode (none|strict)
    dysosmus committed May 4, 2017
    Configuration menu
    Copy the full SHA
    3bec3dc View commit details
    Browse the repository at this point in the history

Commits on May 5, 2017

  1. Configuration menu
    Copy the full SHA
    73ea523 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    795aab2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40a3a06 View commit details
    Browse the repository at this point in the history