I using httpx and request some old website's xhr
# ... some errors
httpx.ConnectError: [SSL: DH_KEY_TOO_SMALL] dh key too small (_ssl.c:1131)
I was resolve this issue when to use requests
Related
How can I solve this problem in httpx?
verify=False
is not working