Github user achristianson commented on the issue:
https://github.com/apache/nifi-minifi-cpp/pull/131
Updated to disable dynamic loading of TLS libs in civet, install libressl
instead of openssl to resolve conflict with libcurl deps, and backport fix for
civetweb which fixes compatibility with libressl.
Basically, libcurl and civet were using conflicting TLS versions. This
worked due to dynamic loading of openssl libs, but turning that off and having
both depend on libressl removes the duplication while also solving MINIFI-388.
This should be more of a "proper"/lasting fix. The civet patch backport
will go away on the next version of civet.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---