mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Все подряд
This commit is contained in:
9
.venv2/Lib/site-packages/httpcore/_ssl.py
Normal file
9
.venv2/Lib/site-packages/httpcore/_ssl.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import ssl
|
||||
|
||||
import certifi
|
||||
|
||||
|
||||
def default_ssl_context() -> ssl.SSLContext:
|
||||
context = ssl.create_default_context()
|
||||
context.load_verify_locations(certifi.where())
|
||||
return context
|
Reference in New Issue
Block a user