On Sunday, June 23, 2019 at 4:19:41 AM UTC-7, icodk wrote: > > plan web2py 2.18.5 installation on windows from source on Windows 10 > running the welcome application without errors. > However trying to run it with SSL gives the following errors: > Command : > C:\Python37\python.exe C:\temp\web2py\web2py.py -c C:\temp\web2py\cert\ca.crt > -k C:\temp\web2py\cert\ca.key -a "password" -i 192.168.1.100 -p 443 > > Are you running with elevated privilege (i.e., opening cmd.exe with "Run as Administrator") ?
Port 443 requires privilege on Linux, and it wouldn't be a surprise if that was the case on Windows. Errors: > > C:\Temp\web2py>C:\Python37\python.exe C:\temp\web2py\web2py.py -c > C:\temp\web2py\cert\ca.crt -k C:\temp\web2py\cert\ca.key -a "password" -i > 192.168.1.100 -p 443 > web2py Web Framework > Created by Massimo Di Pierro, Copyright 2007-2019 > Version 2.18.5-stable+timestamp.2019.04.07.21.13.59 > Database drivers available: sqlite3, psycopg2, imaplib, pymysql, pyodbc > > please visit: > https://192.168.1.100:443/ > use "taskkill /f /pid 13408" to shutdown the web2py server > > > Exception in thread Thread-2: > Traceback (most recent call last): > File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner > self.run() > File "C:\temp\web2py\gluon\rocket.py", line 1268, in run > conn = Connection(*conn) > File "C:\temp\web2py\gluon\rocket.py", line 105, in __init__ > self.socket.settimeout(SOCKET_TIMEOUT) > OSError: [WinError 10038] An operation was attempted on something that is > not a socket > > Exception in thread Thread-3: > Traceback (most recent call last): > File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner > self.run() > File "C:\temp\web2py\gluon\rocket.py", line 1268, in run > conn = Connection(*conn) > File "C:\temp\web2py\gluon\rocket.py", line 105, in __init__ > self.socket.settimeout(SOCKET_TIMEOUT) > OSError: [WinError 10038] An operation was attempted on something that is > not a socket > > Exception in thread Thread-5: > Traceback (most recent call last): > File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner > self.run() > File "C:\temp\web2py\gluon\rocket.py", line 1268, in run > conn = Connection(*conn) > File "C:\temp\web2py\gluon\rocket.py", line 105, in __init__ > self.socket.settimeout(SOCKET_TIMEOUT) > OSError: [WinError 10038] An operation was attempted on something that is > not a socket > > Exception in thread Thread-6: > Traceback (most recent call last): > File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner > self.run() > File "C:\temp\web2py\gluon\rocket.py", line 1268, in run > conn = Connection(*conn) > File "C:\temp\web2py\gluon\rocket.py", line 105, in __init__ > self.socket.settimeout(SOCKET_TIMEOUT) > OSError: [WinError 10038] An operation was attempted on something that is > not a socket > > Exception in thread Thread-7: > Traceback (most recent call last): > File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner > self.run() > File "C:\temp\web2py\gluon\rocket.py", line 1268, in run > conn = Connection(*conn) > File "C:\temp\web2py\gluon\rocket.py", line 105, in __init__ > self.socket.settimeout(SOCKET_TIMEOUT) > OSError: [WinError 10038] An operation was attempted on something that is > not a socket > > Exception in thread Thread-8: > Traceback (most recent call last): > File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner > self.run() > File "C:\temp\web2py\gluon\rocket.py", line 1268, in run > conn = Connection(*conn) > File "C:\temp\web2py\gluon\rocket.py", line 105, in __init__ > self.socket.settimeout(SOCKET_TIMEOUT) > OSError: [WinError 10038] An operation was attempted on something that is > not a socket > > Exception in thread Thread-9: > Traceback (most recent call last): > File "C:\Python37\lib\threading.py", line 917, in _bootstrap_inner > self.run() > File "C:\temp\web2py\gluon\rocket.py", line 1268, in run > conn = Connection(*conn) > File "C:\temp\web2py\gluon\rocket.py", line 105, in __init__ > self.socket.settimeout(SOCKET_TIMEOUT) > OSError: [WinError 10038] An operation was attempted on something that is > not a socket > /dps -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/87dfc428-bb2a-4b09-923a-8dabee1fa2b2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

