On Thu, Jun 22, 2017 at 10:02:32PM +0200, Gerald Vogt <v...@spamcop.net> wrote a message of 121 lines which said:
> set the vhost and uri. And also enable SNI. Many HTTP servers these days do not serve the expected vhost without SNI: http_sni = true > This will connect to 1.2.3.4 on port 443 and do > > GET /my/uri/to/test.html HTTP/1.1 > Host: www.example.com > > And should get you the same as > > curl -v https://www.example.com/my/uri/to/test.html Nope, because curl does SNI by default. _______________________________________________ icinga-users mailing list icinga-users@lists.icinga.org https://lists.icinga.org/mailman/listinfo/icinga-users