
savetheinternet at tinyboard
Feb 14, 2012, 10:22 PM
Post #4 of 5
(523 views)
Permalink
|
|
Re: Can varnish listen 80 and 443 port at the same time
[In reply to]
|
|
On Wed, Feb 15, 2012 at 2:22 PM, Jewel Nuruddin <jewel.nuruddin [at] eastbeam> 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 > varnish-misc [at] varnish-cache > 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 varnish-misc [at] varnish-cache https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
|