I success in writing the decorator line in the controller like :
@https()
def getBasket(self):
return "Basket"
My browser send me an error when I try "https://127.0.0.1:5000/
getBasket" with the code error :
ssl_error_rx_record_too_long
Do you think it comes from apache or pylons ?
Thank you.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---