You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Martin Zink (Jira)" <ji...@apache.org> on 2022/07/15 14:25:00 UTC

[jira] [Created] (MINIFICPP-1882) centos build default CA doesnt work on ubuntu

Martin Zink created MINIFICPP-1882:
--------------------------------------

             Summary: centos build default CA doesnt work on ubuntu
                 Key: MINIFICPP-1882
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1882
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Martin Zink


the default CA path is different on centos and ubuntu, and due to this if we use the centos build on ubuntu any libcurl processor trying to verify ssl without explicit SSLContextService will fail with 
{code:java}
curl_easy_perform() failed Problem with the SSL CA cert (path? access rights?) on XYZ, error code 77 {code}
There are workarounds
 * with a symlink to the corrent path
 * explicit SSLContextService with CA set

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)