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