Ferenc Gerlits created MINIFICPP-2170:
-----------------------------------------
Summary: Support the system certificate store in SSLContextService
on Linux
Key: MINIFICPP-2170
URL: https://issues.apache.org/jira/browse/MINIFICPP-2170
Project: Apache NiFi MiNiFi C++
Issue Type: Improvement
Reporter: Ferenc Gerlits
Assignee: Ferenc Gerlits
On Linux, we only support the system certificate store locations in
{{HTTPClient}} if no {{SSLContextService}} is used.
With the openssl 3.1 upgrade, this got a bit better, because now we can use the
{{SSL_CERT_DIR}} environment variable to point {{minifi}} to the system
certificate store.
The {{SSLContextService}} should support auto-detection of the location of the
system certificate store as it is done in {{HTTPClient}} now.
After the change,
* {{HTTPClient}} without an {{{}SSLContextService{}}}, and
* setting the {{SSL_CERT_DIR}}
should continue to work as they do now, as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)