windows 10 with Python.exe (version 2.6.5) when I use the following command:
proxy.py -u http://X.X.X.X/conn.php -l 8080 -r 8081 --no-socks
I receive the following Error:
[-] Error: 'module' object has no attribute 'create_default_context'
[!] Received Interrupt or Something Went Wrong
[-] Disconnected
But proxy.exe -u http://X.X.X.X/conn.php -l 8080 -r 8081 --no-socks
works Fine.
I want to use proxy.py Script.