Hi -- I've recently setup a varnish instance to serve an image server, but am struggling with how to get it to pass on SSL requests.<div>I've followed the instructions on the site as best I can, but there's still not even a mention on varnishlog when I try to access an asset using HTTPS.</div>

<div>Normal HTTP works just fine.</div><div>I run varnish using the normal service commands (it's on Ubuntu), and my configuration is as follows:</div><div>default.vcl: <a href="https://gist.github.com/3447615">https://gist.github.com/3447615</a></div>

<div>/etc/default/varnish: <a href="https://gist.github.com/3447644">https://gist.github.com/3447644</a></div><div><br></div><div>When I look for varnish processes on the box, I get this:</div><div><div>nobody    2665  0.7 13.4 1453740 1029096 ?     Sl   07:58   0:19 /usr/sbin/varnishd -P /var/run/varnishd.pid -a :80,:443 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,10G</div>

<div>root     30943  0.0  0.0 117204   868 ?        Ss   Aug22   0:03 /usr/sbin/varnishd -P /var/run/varnishd.pid -a :80,:443 -T localhost:6082 -f /etc/varnish/default.vcl -S /etc/varnish/secret -s malloc,10G</div></div>
<div>
<br></div><div>Could anybody please advise me as to where I'm going wrong, here?</div><div>Any & all advice very gratefully received,</div><div>   Doug.</div><div><br></div>