You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Zoran Regvart (JIRA)" <ji...@apache.org> on 2017/03/17 19:35:41 UTC

[jira] [Created] (CAMEL-11034) Undertow producer does not support `https`

Zoran Regvart created CAMEL-11034:
-------------------------------------

             Summary: Undertow producer does not support `https`
                 Key: CAMEL-11034
                 URL: https://issues.apache.org/jira/browse/CAMEL-11034
             Project: Camel
          Issue Type: Improvement
          Components: camel-undertow
    Affects Versions: 2.19.0
            Reporter: Zoran Regvart
            Assignee: Zoran Regvart


When trying to use the Camel Undertow producer to access HTTP endpoints using SSL/TLS protocol the following exception is thrown:

{code}
Caused by: java.io.IOException: UT000065: SSL must be specified to connect to a https URL
	at io.undertow.client.http.HttpClientProvider.connect(HttpClientProvider.java:72)
	at io.undertow.client.UndertowClient.connect(UndertowClient.java:79)
	at io.undertow.client.UndertowClient.connect(UndertowClient.java:73)
	at org.apache.camel.component.undertow.UndertowProducer.process(UndertowProducer.java:93)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)