]
Ondrej Lukas updated ELY-1083:
------------------------------
Affects Version/s: 1.1.0.Beta34
Elytron Client Configuration File does not allow to use truststore
------------------------------------------------------------------
Key: ELY-1083
URL:
https://issues.jboss.org/browse/ELY-1083
Project: WildFly Elytron
Issue Type: Bug
Affects Versions: 1.1.0.Beta34
Reporter: Ondrej Lukas
Assignee: Darran Lofthouse
Priority: Blocker
Elytron Client Configuration File ({{wildfly-config.xml}}) does not allow to use or
configure truststore. It seems there are not related truststore attributes and also
{{org.wildfly.security.auth.client.ElytronXmlParser}} does not use {{setTrustManager()}}
method.
It means that following cannot be configured in Elytron Client Configuration File:
* 1-way SSL where Elytron clients need to trust the certificate from server
* 2-way SSL cannot be set between application server and Elytron Client
We request blocker since this issue blocks RFE EAP7-567.