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

Trust All Ssl certificate in http rest client #12266

Closed
ckilee opened this issue Sep 22, 2020 · 2 comments · Fixed by #9855
Closed

Trust All Ssl certificate in http rest client #12266

ckilee opened this issue Sep 22, 2020 · 2 comments · Fixed by #9855
Assignees
Labels
Milestone

Comments

@ckilee
Copy link

ckilee commented Sep 22, 2020

Following this tutorial: https://quarkus.io/guides/rest-client
I am looking a way to trust in all ssl certificate in a rest request, as It is very usefull in development phase

Implementation ideas
Could have a property in application.properties to enable trust all ssl certificate or to disable ssl verification.
Other sugestion is to have an annotation in the request interface

@ckilee ckilee added the kind/enhancement New feature or request label Sep 22, 2020
@quarkusbot
Copy link

/cc @phillip-kruger

@glefloch
Copy link
Member

hi @ckilee, I'm working on #8975 which will add a global properties to trust all. I'm currently doing some refactoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants