You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2022/11/03 02:54:54 UTC

[GitHub] [nifi] exceptionfactory commented on pull request #6559: NIFI-10675 Correct Neo4J 4.X+ SSL support

exceptionfactory commented on PR #6559:
URL: https://github.com/apache/nifi/pull/6559#issuecomment-1301585579

   @MikeThomsen I refactored the SSL integration test to use Testcontainers. The test leverages the `TemporaryKeyStoreBuilder` to generate a key pair and certificate, and then encodes the private key and certificate for use with the container. The initialization method sets the required environment variables to enable TLS and then starts the container. This refactoring allowed for the removal of the certificate and key files from the repository.
   
   I pushed the commit to the pull request branch, so let me know what you think and I can proceed to merge if it looks good.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org