Tim created NIFI-2373:
-------------------------
Summary: GetHTTP - not working with sites that only support TLS
Key: NIFI-2373
URL: https://issues.apache.org/jira/browse/NIFI-2373
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 0.7.0, 0.5.1
Environment: Windows & Debian
Reporter: Tim
Hi,
I'm using GetHTTP processor to download a file from nvd.nist.gov.
Recently, they have disabled support for SSL and only allow connections to be
established through TLS 1.1 or TLS 1.2.
Since this change, the GetHTTP processor fails to download the file and returns
a generic "javax.net.ssl.SSLHandshakeException: Remote host closed connection
during handshake" error.
How to reproduce:
- Create GetHTTP Processor
- Create StandardSSLContextService
- Configure URL & test download:
https://nvd.nist.gov/feeds/xml/cve/nvdcve-2.0-Modified.xml.gz
What I've tried so far:
- Changing the SSL Protocol attribute of the SSLContextService (to TLS, TLS
1.1 or TLS 1.2, no difference)
- Disabling SSL with the java -Dhttps.protocols=TLSv1.2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)