You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that requests also has the same issue, I discovered a solution. I would like to know how to solve this problem in httpx. Here is the solution I found for requests: Stack Overflow link.
The text was updated successfully, but these errors were encountered:
After running this code in Python3.12
import httpx
r = httpx.get("https://www.51job.com",verify=False)
Error message:
I found that
requests
also has the same issue, I discovered a solution. I would like to know how to solve this problem in httpx. Here is the solution I found for requests: Stack Overflow link.The text was updated successfully, but these errors were encountered: