Member since
03-05-2020
3
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7103 | 03-19-2020 02:56 AM |
06-25-2020
05:18 AM
@RajeshLuckky If you follow the original post, you need the ssl key and cert in the jdbc string. "At Nifi level make sure the cert file(s) are owned to nifi user". For example, if you create the cert and key files in the folder /etc/nifi/ssl/ then you would execute: chown -R nifi:nifi /etc/nifi/ssl/ This will own the files to nifi so the nifi user can read them.
... View more