On Wed, Feb 15, 2012 at 2:22 PM, Jewel Nuruddin <[email protected]> wrote: > Hi > Is it possible to run varnish 80 and 443 port at the same time? > If yes then how? > My site is running both http:// and https:// > Please help me. > > Thanks > Jewel > > _______________________________________________ > varnish-misc mailing list > [email protected] > https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
Hi, Although Varnish doesn't do SSL, you could put a minimal httpd in front of it to handle HTTPS connections. I use nginx and HttpProxyModule for this. Thanks, Michael _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
