Disable SSL Verification #1285
-
Describe the solution you'd likeWe are integrating with many providers and in the testing phase, sometimes the certificate is not valid ( for example doesn't match any of the subject alternative names ) and we need to skip the SSL validation for their https domain is there an option to do that inside https component? VariantVs Code Extension Container Management (if applicable)Kubernetes |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
See the |
Beta Was this translation helpful? Give feedback.
-
@davsclaus is there a way to make this setting global for all HTTP components inside the project? I have a case now where I need to set a dynamic URL in my HTTP component something like ( https://test/${in.headers.var} ) so is it possible to do any of the following ?:
|
Beta Was this translation helpful? Give feedback.
I was trying to set Exchange.HTTP_URI header from my process to override the HTTP_URI as shown here
but it turned out that I needed to set CamelHttpUri ( which means Exchange.HTTP_URI ) header instead to do the trick