Icinga / icingaweb2-module-vspheredb

The easiest way to monitor a VMware vSphere environment.

Home Page:https://icinga.com/docs/vsphere/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Do not explicitly set Host header for requests

Thomas-Gelf opened this issue · comments

Expected Behavior

It seems that libcurl in RHEL 7 adds a Host header (from the requested URL), even if the given curl options already have a host header. This leads to a duplicate Host header, and in combination with a security-sensitive Proxy server, this might lead to dropped requests.

For compatibility reasons, we now stop explicitly setting that header

Fixed with 7556028