Thank you both for your input. I've been working on the system for the
past few days and it seems to be working well now. It now supports
(with some hoop jumping) an all-SSL model and a login-only SSL model
so I'm happy.
As an aside, looking back at the effort I expended setting up SSL only
for the authentication data it probably wasn't worth it given the
scope of my application.
Thanks,
Eric
On Jul 23, 12:30 am, Eric Woroshow <[EMAIL PROTECTED]> wrote:
> 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+an...)
> 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
-~----------~----~----~----~------~----~------~--~---