Back in JBOSS AS 6.4 before Undertow was introduced in 7, there was a way to modify SSL verification certificate depth in JBOSS web. (specifically "verify-depth").
In Undertow+Elytron, how does one now approach this for certificate chain issue testing? This capability does not appear to have transitioned to new model schema. It appears the only way your can affect certificate depth now is exclusively with CRLs via the trust-manager model object.
Are there other configuration settings that can be used for similar behavior for testing.
Otherwise, is Wildfly's SSL verification solely based on complete certificate chain and hostname verification? Would one be able to disable hostname verification for testing?
// Mark