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 2020/02/06 16:59:08 UTC

[GitHub] [nifi] natural commented on issue #4040: NIFI-6927 Fixes SSL socket factory for ES on JDK9

natural commented on issue #4040: NIFI-6927 Fixes SSL socket factory for ES on JDK9
URL: https://github.com/apache/nifi/pull/4040#issuecomment-583004240
 
 
   OkHttp suggests we rely on the system trust factory, per the docs:  https://square.github.io/okhttp/4.x/okhttp/okhttp3/-ok-http-client/-builder/ssl-socket-factory/
   
   For our uses in this processor, I'm not sure there is another way to supply the trust store certs from the SSL context service to the HTTP client.  Do you know of any, or do you think there's a better approach?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services