Hi, Tobias -- thanks very much for that. So are you saying that I need some other software on there, too, to be able to send on SSL requests? I had adapted my vcl file from this tutorial: http://www.lullabot.com/articles/varnish-multiple-web-servers-drupal 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. I'm not trying to have varnish handle the SSL authentication or anything, just to pass the request on. Is that not possible? & thanks again for your reply, Doug.
On 24 August 2012 10:04, <[email protected]> wrote: > hi doug, > > > 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. > > varnish does not implement ssl (on purpose) you can tunnel ssl with > other reverse proxies (stud, stunnel, nginx, lighttpd, even apache). > > if the proxy listening on port 443 does not forward the request to > varnish, look for mistakes in the configuration of the proxy. > > good luck, > tobias florek > > _______________________________________________ > varnish-misc mailing list > [email protected] > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc >
_______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
