]
Darran Lofthouse reassigned WFLY-5483:
--------------------------------------
Assignee: Darran Lofthouse (was: Stuart Douglas)
TrustManager algorithm of https ports can not be changed
--------------------------------------------------------
Key: WFLY-5483
URL:
https://issues.jboss.org/browse/WFLY-5483
Project: WildFly
Issue Type: Feature Request
Components: Web (Undertow)
Affects Versions: 9.0.1.Final
Reporter: Arto Huusko
Assignee: Darran Lofthouse
The trust manager algorithm used by undertow can not be changed. The server configuration
file does not contain any support for changing the algorithm, nor is Java standard system
property ssl.TrustManagerFactory.algorithm honored. Apparently undertow forces use of
PKIX.
In earlier jboss versions jboss-web supported changing trust manager algorithm in the
Connector element in the web server configuration.