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 configuration and it now works
properly.

cheers

On Jun 20, 3:26 pm, safl <[EMAIL PROTECTED]> wrote:
> 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 doing wrong and how can i fix it? I don't wan't to
> hardcode the path into the redirect since the  application is running
> or different machines all of them https.
>
> cheers,
> safl


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to