Github user jugi92 commented on the issue:
https://github.com/apache/nifi/pull/222
I found out that it works if the SSL Context Service is configured
correctly and the dynamic property is provided as shown below:
Property | Value
----------|-----------
SSL Context Service | SSLContextServiceForJMS
SSLTrustedCertificate | /path/to/TrustedCertificate.cer
So the dynamic attributes are a really valuable thing.
Thanks---
