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

SSL documentation and related fixes #1039

Merged
merged 3 commits into from
Feb 26, 2019
Merged

SSL documentation and related fixes #1039

merged 3 commits into from
Feb 26, 2019

Commits on Feb 26, 2019

  1. Change the way the SSL properties are defined

    We want to allow the user to override these properties so we don't set
    them unconditionally.
    
    The idea would be to add additional paths to java.library.path but
    there's something fishy going on with GraalVM: as long as there are more
    than one paths in java.library.path, GraalVM can't find the library
    anymore.
    gsmet committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    e99ee25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63247a4 View commit details
    Browse the repository at this point in the history
  3. Address review comments

    gsmet committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    05c3d6a View commit details
    Browse the repository at this point in the history