Skip to content
Discussion options

You must be logged in to vote

Hrm... could you try the following...

import httpx
import ssl

ssl_context = ssl.create_default_context()
ssl_context.load_default_certs()
httpx.get(..., verify=context)

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@MikuAuahDark
Comment options

@lovelydinosaur
Comment options

@MikuAuahDark
Comment options

@lovelydinosaur
Comment options

@MikuAuahDark
Comment options

Answer selected by MikuAuahDark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants