Django ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine

I have checked in a fix for this in Python: https://github.com/python/cpython/pull/9713

It will be available in the next version of Python 3.7 and later.

Leave a Comment