You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: