Has anyone tried to use client certificates to login with CakePHP?
I'm developing on a server that already has apache mod_ssl set up, but
I can't figure out how to get Cake to utilize it.  I'm trying to have
a button that they click which sends them to an ssl protected page,
then read the client certificate information and check against my user
database to see if they're a valid user.

If I protect a controller with mod_ssl, I can't get access to the
certificate environment variables because of cake's Dispatcher stuff.
And if I try going through a non-cake page, I can't figure out how to
pass the parameters back to the Cake app.  (I tried using Sessions,
but Cake always loses the information.)

I'm very new to SSL and I'm extremely confused at this point.  Cake
doesn't seem to be making things easier.

Does anyone have any ideas?  Any help would be VERY much
appreciated!!!

Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" 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