Yes I am running on a windows machine and run web2py from the .exe file not from source.
The command line is: C:\web2py\web2py.py -a admin -i 192.168.8.100 -p 443 -c server.crt -k server.key -Y but it doesn't start the https version of the site and all https://* calls to externeal services are not working either. No SSL from the moment I upgraded to web2py 2.15.2. sexta-feira, 4 de Agosto de 2017 às 22:20:24 UTC+1, Dave S escreveu: > > > > On Friday, August 4, 2017 at 8:54:52 AM UTC-7, José Leite wrote: >> >> Well Leonel, >> >> before I upgraded to web2py 2.15.2 Python was working fine with ssl even >> locally. >> I have python 2.7.11 exactly because I needed the newest ssl protocols to >> work with PayPal. >> Strange...!?!?!?!!? >> > > If there was any version information shown with that , you didn't paste it > here. My weak translation of the error message suggests you're running on > a Windows machine; are you running the exe file or from source? (The exe > uses it's own Python. I would have expected it to have SSL support, but I > don't test that currently, so can't vouch for it Windows is my home web2py > development environment.) > > /dps > > > >> sexta-feira, 4 de Agosto de 2017 às 16:44:20 UTC+1, Leonel Câmara >> escreveu: >>> >>> You are running a python version that was not compiled with ssl support. >>> Since this is a development environment you could simply not demand https >>> if the request is_local. >>> >> -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.

