-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
In my app, I used ClientSession of Blacksheep, like this:
async with ClientSession(connection_timeout=20.0, request_timeout=60.0, ssl=False) as client:
response = await client.get(url)
I know remote website cert is expired, so I used ssl=False
But response is
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] ,
not behave like requests's params verify.
Does it really work?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels