you need to use a SSL to enable https:// navigation in your site or authenticate every user with their own SSL certificates ?
The first scenario is easy: if you use the embedded webserver than web2py.py -c server.crt -k server.key -p 443. If you use apache,nginx,cherokee, etc, read their docs (they are all different but it's a matter of using the right syntax) ... https encryption will be implemented by the underlying server and web2py needs no modifications to work ok. Il giorno mercoledì 22 agosto 2012 16:16:18 UTC+2, Hassan Alnatour ha scritto: > > Dear ALL, > > how to use an SSL certificate with web2py ? > > Best Regards, > Hassan Alnatour > --

