[
https://issues.apache.org/jira/browse/CAMEL-16059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17273423#comment-17273423
]
Claus Ibsen commented on CAMEL-16059:
-------------------------------------
No its really weird.
You are welcome to put together a small project and attach as .zip file to this
JIRA or put the sample code on github or some place like that.
BTW for the camel bom, you may want to use camel-spring-boot-bom instead of
camel-spring-boot-dependencies
> Cannot configure x509 host name verifier on camel http component
> ----------------------------------------------------------------
>
> Key: CAMEL-16059
> URL: https://issues.apache.org/jira/browse/CAMEL-16059
> Project: Camel
> Issue Type: Bug
> Components: camel-http
> Affects Versions: 3.7.0
> Reporter: Gianpaolo Lopresti
> Priority: Major
>
> Hi,
> When using camel-http-starter (with Spring boot), if you try to set the
> property (as per
> https://camel.apache.org/camel-spring-boot/latest/http-starter.html):
> camel.component.http.x509-hostname-verifier = NoopHostnameVerifier
> Camel crashes at start up with the message:
>
> Failed to bind properties under 'camel.component.http.x509-hostname-verifier'
> to javax.net.ssl.HostnameVerifier:
> Property: camel.component.http.x509-hostname-verifier
> Value: NoopHostnameVerifier
> Origin: class path resource [config/application.yml] - 71:31
> Reason: No converter found capable of converting from type
> [java.lang.String] to type [javax.net.ssl.HostnameVerifier]
>
> Thanks.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)