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
-~----------~----~----~----~------~----~------~--~---