You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "James Wing (JIRA)" <ji...@apache.org> on 2017/01/23 04:22:26 UTC

[jira] [Created] (NIFI-3382) Regenerate Test Certificates for NiFi-Web-Api

James Wing created NIFI-3382:
--------------------------------

             Summary: Regenerate Test Certificates for NiFi-Web-Api
                 Key: NIFI-3382
                 URL: https://issues.apache.org/jira/browse/NIFI-3382
             Project: Apache NiFi
          Issue Type: Task
          Components: Core Framework
    Affects Versions: 0.8.0, 1.2.0
            Reporter: James Wing
            Assignee: James Wing
            Priority: Critical


The certificates used by unit tests in nifi-web-api expired January 5, 2017.  The 0.x build has been failing since then reporting errors about the failed certificates:

{quote}
java.lang.Exception: Unable to populate initial flow: Client certificate for (CN=localhost, OU=Apache NiFi, O=Apache, L=Santa Monica, ST=CA, C=US) is expired.
{quote}

The master branch has the same keystore and truststore files, but the build is not breaking.  It appears the nifi-web-api security tests were reorganized as integration tests as part of the security work for 1.0.  The expiration errors are visible running integration tests via {{mvn failsafe:integration-test}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)