Re: Undertow HTTP client

2023-10-10 Thread Claus Ibsen
Hi

You need to configure undertow component with SSL security settings
https://camel.apache.org/components/4.0.x/undertow-component.html

You can find some SSL unit tests in camel-undertow that can lead you in the
right direction

On Mon, Oct 9, 2023 at 12:44 PM Martin Möller
 wrote:

> Hi we are trying to use the Undertow HTTP component to make a HTTP request
> to a HTTPS server. This fails with
> "java.io.IOException: UT65: SSL must be specified to connect to a
> https URL"
> All required certificates are already installed on the system and other
> Java-HTTP-clients already use them without any configuration.
>
> How can we configure the undertow component to use the default system
> certificates?
>
> Thanks
> Martin
>



-- 
Claus Ibsen
-
@davsclaus
Camel in Action 2: https://www.manning.com/ibsen2


Undertow HTTP client

2023-10-09 Thread Martin Möller
Hi we are trying to use the Undertow HTTP component to make a HTTP request to a 
HTTPS server. This fails with
"java.io.IOException: UT65: SSL must be specified to connect to a https URL"
All required certificates are already installed on the system and other 
Java-HTTP-clients already use them without any configuration.

How can we configure the undertow component to use the default system 
certificates?

Thanks
Martin