Hi

I try to explain this whith my limited english. If you don't
understand the problem is mine.

First, read this:
http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts

You need decrypt the https to run the controler dispatching. For
decrypt the info, you must configure the ssl in the site. But you
don't want an entire ssl site. I think that you want an imposible :-(

Regards

Javi

2007/7/23, Eric Woroshow <[EMAIL PROTECTED]>:
>
> I was wondering how I can enable SSL /only/ for sending login
> information to my authentication controller?
>
> Currently I'm setting ssl_pem = * under [server:main] in
> development.ini but that enables SSL across the entire application
> causing basic HTTP requests to fail. (The Paste HTTP server chokes
> with "Error: [('SSL routines', 'SSL23_GET_CLIENT_HELLO', 'http
> request')]".)
>
> All the documentation I could find talked about enabling SSL and HTTPS
> requests for the entire site (e.g.,
> http://docs.pythonweb.org/display/pylonscookbook/Setting+up+Apache+and+SSL+for+Pylons)
> but not for a sole controller.
>
> Thanks,
> Eric
>
> PS - As an aside, is my intent even valid? Should I even be wanting to
> restrict my SSL usage to user authentication or should I relent and
> implement it across the entire site?
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to