﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
9699	Invalid HTTP host sent when using WP_Http_Fsockopen over SSL	mdawaffe		"When making an HTTPS connection via WP_Http_Fsockopen, the host header sent in the request is:

{{{
Host: ssl://example.com
}}}

It's prefixing the socket transport identifier.  That's what you're supposed to do when calling fsockopen, not when sending the host header.

The correct host header is:


{{{
Host: example.com
}}}

Attached"	defect (bug)	closed	high	2.8	HTTP	2.7.1	minor	fixed	has-patch dev-feedback	
