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