Ah, brilliant, I'll look into that, then. Is there documentation on it?<div>And thanks too, Tobi -- it wasn't you misunderstanding, it was me! :)</div><div>Cheers,</div><div>   Doug.<br><br><div class="gmail_quote">

On 24 August 2012 10:46, Daniel Schledermann <span dir="ltr"><<a href="mailto:varnish@ds.schledermann.net" target="_blank">varnish@ds.schledermann.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Den <a href="tel:24-08-2012%2011" value="+12408201211" target="_blank">24-08-2012 11</a>:23, doug livesey skrev:<div class="im"><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, Tobias -- thanks very much for that.<br>
So are you saying that I need some other software on there, too, to be able to send on SSL requests?<br>
</blockquote>
<br></div>
You are not initializing SSL connections in this setup, AFAICS.<div class="im"><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I had adapted my vcl file from this tutorial: <a href="http://www.lullabot.com/articles/varnish-multiple-web-servers-drupal" target="_blank">http://www.lullabot.com/<u></u>articles/varnish-multiple-web-<u></u>servers-drupal</a><br>


The hope was that, whilst varnish doesn't handle SSL, I would be able to forwards on requests on port 443 (SSL requests, obviously) to be handled by the servers that varnish was caching for.<br>
I'm not trying to have varnish handle the SSL authentication or anything, just to pass the request on.<br>
<br>
</blockquote>
<br></div>
No, that is not possible. Varnish reads the HTTP-headers and so on, and can not function as a "dumb" TCP-proxy.<br>
However it is quite simple to setup NGINX to do the SSL-decryption, pass it on to Varnish, and then hopefully get some caching done anyway.<span class="HOEnZb"><font color="#888888"><br>
<br>
/D</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org" target="_blank">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/<u></u>lists/mailman/listinfo/<u></u>varnish-misc</a><br>
</div></div></blockquote></div><br></div>