You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sz...@apache.org on 2022/05/18 14:23:17 UTC

[nifi-minifi-cpp] 01/02: MINIFICPP-1836 Enable peer verification

This is an automated email from the ASF dual-hosted git repository.

szaszm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit f58a1424d8727bdd1599b610ef0656a3bc6c2741
Author: Adam Debreceni <ad...@apache.org>
AuthorDate: Wed May 18 15:45:21 2022 +0200

    MINIFICPP-1836 Enable peer verification
    
    Closes #1333
    Signed-off-by: Marton Szasz <sz...@apache.org>
---
 libminifi/test/resources/TestHTTPGetSecure.yml        | 1 -
 libminifi/test/resources/TestInvokeHTTPPost.yml       | 1 -
 libminifi/test/resources/TestInvokeHTTPPostSecure.yml | 1 -
 3 files changed, 3 deletions(-)

diff --git a/libminifi/test/resources/TestHTTPGetSecure.yml b/libminifi/test/resources/TestHTTPGetSecure.yml
index 18e84ff09..7d3c0a73b 100644
--- a/libminifi/test/resources/TestHTTPGetSecure.yml
+++ b/libminifi/test/resources/TestHTTPGetSecure.yml
@@ -37,7 +37,6 @@ Processors:
           SSL Context Service: SSLContextService
           HTTP Method: GET
           Remote URL: https://localhost:10004/geturl
-          Disable Peer Verification: true
     - name: LogAttribute
       id: 2438e3c8-015a-1000-79ca-83af40ec1992
       class: org.apache.nifi.processors.standard.LogAttribute
diff --git a/libminifi/test/resources/TestInvokeHTTPPost.yml b/libminifi/test/resources/TestInvokeHTTPPost.yml
index e1e87cd5e..d710869b1 100644
--- a/libminifi/test/resources/TestInvokeHTTPPost.yml
+++ b/libminifi/test/resources/TestInvokeHTTPPost.yml
@@ -72,7 +72,6 @@ Processors:
     Always Output Response: 'false'
     Connection Timeout: 3 s
     Content-type: application/octet-stream
-    Disable Peer Verification: 'false'
     HTTP Method: POST
     Include Date Header: 'true'
     Read Timeout: 1 s
diff --git a/libminifi/test/resources/TestInvokeHTTPPostSecure.yml b/libminifi/test/resources/TestInvokeHTTPPostSecure.yml
index 45718396a..fac26888d 100644
--- a/libminifi/test/resources/TestInvokeHTTPPostSecure.yml
+++ b/libminifi/test/resources/TestInvokeHTTPPostSecure.yml
@@ -72,7 +72,6 @@ Processors:
     Always Output Response: 'false'
     Connection Timeout: 2 s
     Content-type: application/octet-stream
-    Disable Peer Verification: 'true'
     HTTP Method: POST
     Read Timeout: 1 s
     Remote URL: https://localhost:0/minifi