[ 
https://issues.apache.org/jira/browse/CAMEL-11986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16237788#comment-16237788
 ] 

Zoran Regvart commented on CAMEL-11986:
---------------------------------------

And if anyone finds this issue and needs a workaround this should work:

{code:java}
camelContext.addComponent("http4s", camelContext.getComponent("https4"));
{code}

> HTTP4 Producer for TLS schemes transforms endpoint URI to `http4s`
> ------------------------------------------------------------------
>
>                 Key: CAMEL-11986
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11986
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http4
>            Reporter: Zoran Regvart
>            Assignee: Zoran Regvart
>             Fix For: 2.19.5, 2.20.1, 2.21.0
>
>
> The {{createProducer}} method of HTTP4 component replaces {{"http"}} with 
> {{"http4"}} to form endpoint URI that suits only non-TLS URLs, as 
> {{"http4s"}} is since CAMEL-11575 no longer valid.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to