samar-elsayed opened a new issue, #1293: URL: https://github.com/apache/camel-karavan/issues/1293
### Describe the solution you'd like Related to my last comment in this [discussion](https://github.com/apache/camel-karavan/discussions/1285#discussioncomment-9474202) I have a use case now where I need to set a dynamic URL in my HTTP component something like ( https://test/${in.headers.var} ) **but** at the same time set **x509HostnameVerifier** so I used **toD** component to do so but I am not able to set **x509HostnameVerifier** which is making me face the SSL error again that I tried to solve in the first place so is it possible to do any of the following : - set a dynamic URL inside HTTP component ? - set a global x509HostnameVerifier setting? - at least make the **Http Uri property** optional in the **HTTP component** inside Karavan so I can set it dynamically as a header from a process so it will be something like : process (set [HTTP_URI header dynamically](https://javadoc.io/doc/org.apache.camel/camel-http/latest/org/apache/camel/component/http/HttpConstants.html#HTTP_URI) ) > HTTP component (including other SSL + method properties settings ) ### Variant Vs Code Extension ### Container Management (if applicable) Kubernetes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
