[
https://issues.redhat.com/browse/ELY-2051?page=com.atlassian.jira.plugin....
]
David MAFFRAND commented on ELY-2051:
-------------------------------------
Bugs seems located to org.wildfly.extension.elytron.SSLDefinitions of wildfly-core, after
:
{code:java}
builder.setTrustStore(keyStore);
builder.setTrustManagerFactory(trustManagerFactory);
{code}
There's no call to builder.setAcceptedIssuers
No acceptedIssuers is sent when CRLs are configured
---------------------------------------------------
Key: ELY-2051
URL:
https://issues.redhat.com/browse/ELY-2051
Project: WildFly Elytron
Issue Type: Bug
Components: Authentication Mechanisms
Affects Versions: 1.12.1.Final
Reporter: David MAFFRAND
Priority: Major
When CRLs are configured there're no client certificate CA names sent for a tls 2 way
connexion.
Method setAcceptedIssuers of X509RevocationTrustManager builder is never called, so
acceptedIssuers is always empty.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)