You can serve a web2py app over HTTPS or not -- there is nothing in particular that web2py must do, though, as that is handled by the web server not the framework. If you are using the web2py built-in web server (which you should generally not be doing in production), that too does support HTTPS.
The book shows an example Nginx configuration with SSL support: http://web2py.com/books/default/chapter/29/13/deployment-recipes#Nginx. You'll need to obtain an SSL certificate from a certificate authority and point the web server to the relevant certificate files, as shown in the example. One simple and free option is Let's Encrypt. I have found this client <https://hlandau.github.io/acme/> to be an easy way to get it set up. Anthony On Tuesday, October 25, 2016 at 7:30:55 PM UTC-4, Jaimee S wrote: > > Recently I've been working on integrating stripe. I've been unable do to > the fact that it requires an https connection. I've looked into obtaining > one, but I'm not exactly sure how to. Does web2py not offer ssl support? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.