[issue30434] multiprocessing AuthenticationError "digest sent was rejected"

Xiang Zhang report at bugs.python.org
Mon Nov 6 02:10:12 EST 2017


Xiang Zhang <angwerzx at 126.com> added the comment:

I can't reproduce the failure with 2.7.13 but I do encounter the same failure just now, much same as yours, 2.7.5 and 2.7.13.  I'd like to describe my situation.

I have one client process started by 2.7.13(I build it from source) and one server process started by the system Python 2.7.5.  I then get the same error as yours, failing at connect() and the authkey doesn't matter.

The reason I find is that the system Python is patched by the OS vendor, changing the default MD5 algorithm to SHA256.  So they can't communicate.  Patching the source or syncing the version works for me.

----------
components: +Library (Lib)
nosy: +xiang.zhang
stage:  -> test needed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue30434>
_______________________________________


More information about the Python-bugs-list mailing list