Re: Using redirect on https

2007-06-20 Thread safl
I'm sry for spamming the list. The problem had nothing to do with CakePHP but it was a misconfiguration of Apache-SSL. Somehow i was browsing with https url and got the "Accept the certificate" popup but the actual traffic was http not https... very weird. Anyway some tingling with virtualhost con

Using redirect on https

2007-06-20 Thread safl
My app runs on a server that only runs https no http. When i do a: $this->redirect('controller/action', null, true); The created url is: http://cake.devenvironment.local/controller/action/ The obvious error is that the 's' is missing on the url, what am i doing wrong here? Or what is Cake doin