How using SSL with Native ececutables #29327
Unanswered
petertsneg
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Which version of GraalVM are you using? It would be interesting to get the GraalVM build output. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I encountered the same error with a Quarkus native application loading data from LDAP, I was able to find a workaround for the issue by registering the javax.net.ssl.SSLSocketFactory class for reflection: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I follow security-ldap and native-and-ssl to set it up.
Executed successfully in quarkus dev mode.
application.properties
Execution failed in native executables.
error message
How can I solve this problem please?
Beta Was this translation helpful? Give feedback.
All reactions