Hide Forgot
Description of problem: python-requests 2.12 switched from IDNA 2003 (builtin encoder) to IDNA2008 (python-idna). The switch broke adapters for http+unix URIs because % and / are invalid code points for UTS46. Version-Release number of selected component (if applicable): 2.12 How reproducible: Always Steps to Reproduce: 1. Run test suite of Custodia (https://github.com/latchset/custodia/) or SSSD Actual results: Expected results: Additional info: My fix https://github.com/kennethreitz/requests/pull/3713 has landed in upstream.
*** This bug has been marked as a duplicate of bug 1397149 ***