Replies: 1 comment 4 replies
-
What command with quarkus is it that specifically fails for you ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
i am working on a project using an old version of msql and the access use TLS1.0
but tls1.0 is obsolet.
On local i just have to change java.security : jdk.tls.disabledAlgorithms
and to deploy on a docker i could change this file on the image.
but i would like a better solution using the pom.xml or command line vm option.
i have this post which seems to do what i want but i did not manage to make it works with quarkus.
thanks for your anwers
Beta Was this translation helpful? Give feedback.
All reactions