Regine D. created NIFI-5729:
-------------------------------
Summary: Error: "the trustAnchors parameter must be non-empty"
occurs when running GetSQS using the endpoint override property
Key: NIFI-5729
URL: https://issues.apache.org/jira/browse/NIFI-5729
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Affects Versions: 1.8.0
Reporter: Regine D.
The following error occurred when utilizing the endpoint override property:
{code:java}
Failed to send messages to Amazon SQS due to Unable to execute HTTP request:
java.lang.RuntimeException: Unexpected error:
java.security.InvalidAlgorithParameterException: the trustAnchors parameter
must be non-empty; routing to failure:
com.amazonaws.SdkClientException: Unable to execute HTTP request:
java.lang.RuntimeException: Unexpected error:
java.security.InvalidAlgorithmParameterException: the trustAnchors parameter
must be non-empty{code}
Possible fix, adding SSLContextService to DeleteSQS, GetSQS, PutSQS
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)