Complete log: https://pastebin.com/nUNVjEzW
Sometimes the error happens later sometimes earlier.
It also continues to execute but with a delay of 5 seconds each is unacceptable.
I tried in another computer and it seems to be working. Sometimes it gives an error related to SSLv3 and I have to try again to start the script but it still works.
I am trying to make this work correctly with HTTPS but I do not know why it only works as it is supposed to with HTTP.
This is my code (client.py)
With HTTP it works correctly but when I use HTTPS it works in the first seconds and then gives this error:
Complete log: https://pastebin.com/nUNVjEzW Sometimes the error happens later sometimes earlier. It also continues to execute but with a delay of 5 seconds each is unacceptable.
The server code if it matters: https://pastebin.com/DT6zLwLt