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

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Feb 25, 2019

Here is the SSL doc and also a couple of fixes:

  • the user needs to be able to override the java.library.path and javax.net.ssl.trustStore properties
  • unfortunately, I think I stumbled upon a bug in GraalVM as it is not possible to specify a java.library.path with multiple paths: as soon as there is more than one path, the library is not found (even if the path is just .:/working/path/). I don't have the time to track that one at the moment so for now, I commented the code I want to have and integrated a workaround using only one path.

I think it's good enough for now and makes our SSL support usable.

They enable the native SSL support for your native image.

As SSL is ipso facto the standard nowadays, we decided to enable its support automatically for some of our extensions e.g. our REST client extension,
our JDBC drivers extensions...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we rather list all of the extentions?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

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 gsmet added this to the 0.10.0 milestone Feb 26, 2019
@stuartwdouglas stuartwdouglas merged commit 679bd90 into quarkusio:master Feb 26, 2019
maxandersen pushed a commit to maxandersen/quarkus that referenced this pull request Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants