Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.5.1, 0.7.0
-
None
-
Windows & Debian
Description
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 following startup argument: -Dhttps.protocols=TLSv1.2
Attachments
Attachments
Issue Links
- is related to
-
NIFI-2266 GetHTTP and PutHTTP use hard-coded TLS protocol version
- Resolved