<div class="gmail_quote"><div dir="ltr">Ok, probably not wizardry....but, as Arthur C. Clarke said, &quot;Any sufficiently advanced technology is indistinguishable from magic.&quot;  ;-)</div><div class="gmail_forwarded"><div class="gmail_quote"><div class="m_3071016304575142405gmail_forwarded"><div dir="ltr"><div><br></div><div>Seriously though, I&#39;m *really* not a web guy...at all!</div><div><br></div><div>Here&#39;s what&#39;s going on:</div><div>We use an online service called PDFCrowd to convert HTML to PDF.  We make a call to a webservice, pass a URL of the HTML to be converted, and it returns PDF.</div><div><br></div><div>The problem is, some of the servers that hold the HTML to be converted, are now behind a firewall.  So, this is broken.</div><div><br></div></div></div></div><div class="gmail_quote"><div class="m_3071016304575142405gmail_forwarded"><div dir="ltr"><div>Our environment is on AWS, so, for those of you familiar, we have a VPC (Virtual Private Cloud), that has private and public subnets.  The problem hosts are in private subnet, so, have only private IP.  Access is achieved by being in the office, where we have an always-on VPN tunnel, or via SSLVPN client and two-factor authentication.</div><div><br></div><div>So, I&#39;m thinking I need some type of proxy (maybe the wrong term) running on host in public subnet, which can accept incoming connection from PDFCrowd, and connect back to private host on private subnet to retrieve the HTML and pass it back to PDFCrowd.</div></div></div></div><div class="gmail_quote"><div class="m_3071016304575142405gmail_forwarded"><div dir="ltr"><div><br></div><div>So, I want host on public IP, call it pub, to act as intermediary, connect to host on private IP, call it priv, and pull the HTML and return it.</div><div><br></div><div>Not sure where to begin.....is this a proxy?  Squid?  Something else?  Server-side script on pub?</div><div><br></div><div>Any thoughts or advice to point me in the right direction, would be appreciated.</div><div><br></div><div>AdvThanksance.</div></div></div></div><div class="gmail_quote"><div class="m_3071016304575142405gmail_forwarded"><div dir="ltr"><div><br></div><div>-Mark</div></div></div></div></div></div>