[ 
https://issues.apache.org/jira/browse/NIFI-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16268019#comment-16268019
 ] 

ASF GitHub Bot commented on NIFI-4632:
--------------------------------------

Github user alopresto commented on the issue:

    https://github.com/apache/nifi/pull/2288
  
    I built this and set up a local instance doing S2S without having to 
populate the `nifi.web.http.host` value. I got a weird error message briefly 
but I had put the wrong remote port in to the RPG configuration. With the 
correct values, everything worked normally. 
    
    Error message for posterity/future recall:
    
    `2017-11-27 19:01:38,897 ERROR [Site-to-Site Worker Thread-11] 
o.a.nifi.remote.SocketRemoteSiteListener Unable to communicate with remote 
instance null due to org.apache.nifi.remote.exception.HandshakeException: 
Handshake with nifi://localhost:56899 failed because the Magic Header was not 
present; closing connection`
    
    Ran `contrib-check` and all tests pass. +1, merging. 


> Site-to-Site failing with default configuration
> -----------------------------------------------
>
>                 Key: NIFI-4632
>                 URL: https://issues.apache.org/jira/browse/NIFI-4632
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.5.0
>            Reporter: Mark Payne
>            Assignee: Mark Payne
>            Priority: Critical
>             Fix For: 1.5.0
>
>
> With a new install, from 'master' branch I created an Input Port and then a 
> Remote Process Group pointing to localhost:8080/nifi. When attempting to send 
> data to my Input Port, nothing appears to happen in the UI. In the logs, I 
> see the following:
> {code}
> 2017-11-22 09:30:39,918 WARN [NiFi Web Server-184] 
> o.a.nifi.web.server.HostHeaderHandler Request host header 
> [<hostname>.local:8080] different from web hostname [localhost(:8080)]. 
> Overriding to [localhost:8080/nifi-api/site-to-site/peers]
> 2017-11-22 09:30:39,918 WARN [Http Site-to-Site PeerSelector] 
> o.a.n.r.util.SiteToSiteRestApiClient Failed to parse Json. The specified URL 
> http://<hostname>.local:8080/nifi-api is not a proper remote NiFi endpoint 
> for Site-to-Site communication. 
> requestedUrl=http://<hostname>.local:8080/nifi-api/site-to-site/peers, 
> response=<h1>System Error</h1>
> <h2>The request contained an invalid host header [<hostname>.local:8080] in 
> the request [/nifi-api/site-to-site/peers]. Check for request manipulation or 
> third-party intercept. </h2>
> {code}
> I tried updating nifi.properties to set the "nifi.web.http.host" property to 
> <hostname>.local and that did resolve the issue... but then I could not 
> connect to the UI using localhost:8080 but instead had to connect using 
> <hostname>.local. 
> This appears to not affect any released versions of NiFi.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to