-
-
Notifications
You must be signed in to change notification settings - Fork 845
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is SSLConfig? #904
Labels
question
Further information is requested
Comments
Since #785 SSLConfig has been moved to import httpx
import httpx._config
ssl_config = httpx._config.SSLConfig()
ssl_context = ssl_config.load_ssl_context()
client = httpx.AsyncClient(verify = ssl_context) |
code:
Im using version httpx 0.12.1 |
solved |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ve been around 4 months witouth using HTTPX i installed again recently but my old code isnt working
im getting
The text was updated successfully, but these errors were encountered: