On 04/09/2017 11:46 PM, Frédéric Bron wrote:
First try and apprently maybe a first error (write:errno=104):


OK, errno 104 is ECONNRESET (Connection reset by peer). That might be because some firewall or router in between your system and the server is sending a TCP reset packet to disrupt the connection, or it might be a reset from the server itself.

Either way, I think the possibility of an IPv6 problem is worth investigating. Close all of your applications, then open two terminals. In one, run:

$ sudo tcpdump -nn port 443

In the other, run the same s_client command to connect to the python docs server. Send us the output of tcpdump, describing both a successful and an unsuccessful connection.

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to