
hugues.alary at gmail
May 10, 2012, 12:31 PM
Post #3 of 4
(267 views)
Permalink
|
|
Re: Cookie set on beresp not present on next request
[In reply to]
|
|
On Tue, May 8, 2012 at 4:00 AM, Torben Pedersen <torbped [at] gmail> wrote: > Hi, > Hi, > > I'm trying to use Varnish + a cookie to control access from mobile > devices. I've seen other people doing similar, but I can't get it to work. > > I'm accessing my solution by > > https://<server>?mobile_redirect=0 > You're talking about accessing your server via https. Is it a mistake or are you really accessing it via HTTPS? If so, that's your problem. Varnish does not support HTTPS. Your request should not even reach varnish. -Hugues
|