Member since
01-10-2021
86
Posts
3
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2408 | 06-06-2022 10:21 PM | |
1513 | 09-22-2021 11:14 PM |
07-17-2023
08:51 AM
Starting from NiFi 1.14, you can specify the TLS ciphers to be used by NiFi web service by using below property:
nifi.web.https.ciphersuites.include
You can also specify the TLS Ciphers to be excluded by using below property:
nifi.web.https.ciphersuites.exclude
This enhancement is part of Apache Jira NIFI-3580.
For Cloudera CFM, these properties are exposed (and usable) from CFM 2.1.3 and above.
Note: The values for above properties should take the form of a comma-separated list of common cipher names as specified here. The regular expressions (for example ^.*GCM_SHA256$) may also be specified.
... View more
Labels:
06-15-2022
02:38 AM
Thanks for the confirmation @Althotta. You should be logged in to the community to see Accept as Solution option:
I have accepted @MattWho 's and @mnui's responses on your behalf. I hope that's alright with you.
... View more
10-03-2021
10:32 PM
Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
... View more