exceptionfactory commented on pull request #4767:
URL: https://github.com/apache/nifi/pull/4767#issuecomment-770962275


   > @exceptionfactory I'm resolving the conflicts. In the HTTP Tests, do you 
suggest I keep `KeyStoreUtils.createTlsConfigAndNewKeystoreTruststore();` in 
`@BeforeClass` for generating a new TLS configuration?
   
   @mtien-apache Yes, creating the configuration and stores once in the 
`@BeforeClass` methods is the best approach.  That should allow for passing the 
generating `TlsConfiguration` to `SslContextFactory` so that the mocked 
`SSLContextService` usage can continue to work as now implemented.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to