<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><font face="arial" size="2">I'm an Stunnel newbie so forgive me if this question has been asked previously. </font><div style="font-family: arial; font-size: 10pt;">I am using stunnel to accept a connection from http://127.0.0.1:someport/url/to/wsdl</div><div style="font-family: arial; font-size: 10pt;">and connect to hostname.somewhere.abc:443</div><div style="font-family: arial; font-size: 10pt;"><br></div><div style="font-family: arial; font-size: 10pt;">Everything is working fine with the exception of a certain endpoint that responds with an HTTP status code of 403 "forbidden". What I have determined is that the server is rejecting the request due to the HTTP "Host:" field value, it's set to 127.0.0.1. Is there anyway to pass the value of the config file "connect" property instead (in my case  "<span style="font-size:
 10pt;">hostname.somewhere")?</span></div><div style="font-family: arial; font-size: 10pt;"><span style="font-size: 10pt;">I have tried various config settings without success.</span></div><div style="font-family: arial; font-size: 10pt;"><span style="font-size: 10pt;"><br></span></div><div><div><font face="arial" size="2">Config entry:</font></div><div><font face="arial" size="2"><br></font></div><div><font face="arial" size="2">[testnesiis]</font></div><div><font face="arial" size="2">client = yes</font></div><div><font face="arial" size="2">accept = 127.0.0.1:1445</font></div><div><font face="arial" size="2">connect = testnesiis:443</font></div><div><font face="arial" size="2">;protocolHost = testnesiis:443</font></div><div><font face="arial" size="2">protocol = proxy</font></div><div><font face="arial" size="2">;sni = testnesiis</font></div><div><font face="arial" size="2">;transparent = both</font></div><div style="font-family: arial; font-size:
 10pt;"><br></div></div><div style="font-family: arial; font-size: 10pt;"><span style="font-size: 10pt;"><br></span></div><div style="font-family: arial; font-size: 10pt;"><span style="font-size: 10pt;">Thanks and Kudos to the authors of stunnel ! </span></div></td></tr></table>