Re: SSLContext from PEM files

2022-10-12 Thread David Handermann
Mike, Thanks for the link. Given that the Neo4j configuration is limited to configuring trusted certificates from File sources, it looks like making that a component property is the best approach. Regards, David Handermann On Wed, Oct 12, 2022 at 6:38 AM Mike Thomsen wrote: > Here's the exampl

Re: SSLContext from PEM files

2022-10-12 Thread Mike Thomsen
Here's the example from the Neo4J client driver javadoc: https://neo4j.com/docs/api/java-driver/current/org/neo4j/driver/Config.TrustStrategy.html#trustCustomCertificateSignedBy-java.io.File...- I think creating a custom component for Neo4J is the right move. It's the only thing I've seen so far

Re: SSLContext from PEM files

2022-10-11 Thread David Handermann
Mike, Thanks for raising this issue, can you provide some links to the documentation and source code for Neo4j? Although the SSL Context Service supports direct access to the Keystore and Trust Store properties, most use cases involve having the service instantiate an SSLContext. In this particul

SSLContext from PEM files

2022-10-11 Thread Mike Thomsen
Neo4J for some reason doesn't support the standard Java keystore types or P12 files for its client SSL configuration. It requires the use of PEM files. Would it be better to extend the SSLContext service types to include support for PEM files or create an all new SSL Provider type that is geared to