]
Darran Lofthouse updated WFLY-12592:
------------------------------------
Component/s: Security
Usage of Elytron's SSL-Context in establishing SSL communication
with DataBase
------------------------------------------------------------------------------
Key: WFLY-12592
URL:
https://issues.jboss.org/browse/WFLY-12592
Project: WildFly
Issue Type: Feature Request
Components: Security
Affects Versions: 14.0.0.Final
Reporter: Saurabh Shriramwar
Assignee: Brian Stansberry
Priority: Minor
To secure the connection between Wildfly and datasource using TCP/IP over SSL datasource
should be able to utilize the ssl-context for trust-managers (pointing to java keystore or
truststore containing the datasource CA certificates) configured in Elytron so that
Wildfly can trust the datasource connection instead of setting java truststore in the
system properties or providing as JAVA_OPTS
(-Djavax.net.ssl.trustStore=/path/to/truststore.jks)