You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Gianpaolo Lopresti (Jira)" <ji...@apache.org> on 2021/01/18 10:29:00 UTC

[jira] [Created] (CAMEL-16059) Cannot configure x509 host name verifier on camel http component

Gianpaolo Lopresti created CAMEL-16059:
------------------------------------------

             Summary: 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


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)