This is my first crack at SSL on a Cake site so first question after my
attempt is.

 

Server has httpdocs  and httpsdocs. The site is in httpdocs/app so how does
this work? I get blank page when I go to https/site/login so my first guess
is because its looking for files in httpsdocs which there are none.

 

Any tips / online steps to point me in the right direction would be great.

 

I have Security component with 

 

$this->Security->blackHoleCallback = 'forceSSL'; 

$this->Security->requireSecure('login');

 

In before filter for the User::login action.

 

Thanks all.

 

Dave

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
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