]
Darran Lofthouse resolved WFCORE-1037.
--------------------------------------
Fix Version/s: 3.0.0.Alpha18
Resolution: Out of Date
The migration to WildFly Elytron allows full control of the TrustManager definition.
TrustManager algorithm of https ports can not be changed
--------------------------------------------------------
Key: WFCORE-1037
URL:
https://issues.jboss.org/browse/WFCORE-1037
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management
Affects Versions: 2.0.0.CR6
Reporter: Arto Huusko
Assignee: Darran Lofthouse
Fix For: 3.0.0.Alpha18
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.