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

Verify SSL server certificates #1

Merged
merged 12 commits into from
Jun 10, 2015
Merged

Verify SSL server certificates #1

merged 12 commits into from
Jun 10, 2015

Conversation

frsyuki
Copy link
Contributor

@frsyuki frsyuki commented May 13, 2015

This pull-request adds SSL server certificate verification and adds following related options:

  • ssl_no_verify: disable server certification verification. By default, connection fails if the server certification is not signed by one the CAs in JVM's default trusted CA list. (boolean, default: false)
  • ssl_trusted_ca_cert_file: if the server certification is not signed by a certificate authority, set path to the X.508 certification file (pem file) of a private CA (string, optional)
  • ssl_trusted_ca_cert_data: similar to ssl_trusted_ca_cert_file but embed the contents of the PEM file as a string value instead of path to a local file (string, optional)

frsyuki added a commit that referenced this pull request Jun 10, 2015
Verify SSL server certificates
@frsyuki frsyuki merged commit f0bdd1c into master Jun 10, 2015
@frsyuki frsyuki deleted the ssl-verify branch June 10, 2015 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant