You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Abdul Qadeer (Jira)" <ji...@apache.org> on 2020/11/18 19:20:00 UTC

[jira] [Created] (MESOS-10199) Mesos doesn't set correct client request headers for HTTP requests

Abdul Qadeer created MESOS-10199:
------------------------------------

             Summary: Mesos doesn't set correct client request headers for HTTP requests
                 Key: MESOS-10199
                 URL: https://issues.apache.org/jira/browse/MESOS-10199
             Project: Mesos
          Issue Type: Bug
          Components: agent, libprocess, master
            Reporter: Abdul Qadeer


 

The agents are not able to contact/register with master as the requests don't set 'Host' parameter and nginx is required to return 400 for such requests per [RFC|https://tools.ietf.org/html/rfc7230#section-5.4] :
{noformat}
*7 client sent invalid host header while reading client request headers, client: x.x.x.x, server: , request: "POST /master/mesos.internal.ReregisterSlaveMessage HTTP/1.1", host: ""{noformat}
 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)