You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Tim (JIRA)" <ji...@apache.org> on 2016/07/23 12:58:20 UTC

[jira] [Updated] (NIFI-2373) GetHTTP - not working with sites that only support TLS

     [ https://issues.apache.org/jira/browse/NIFI-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim updated NIFI-2373:
----------------------
    Attachment: Test_GetHTTP.xml

Template to reproduce the issue

> 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.5.1, 0.7.0
>         Environment: Windows & Debian
>            Reporter: Tim
>         Attachments: Test_GetHTTP.xml
>
>
> 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)