Skip to content

Fix client for HTTPS endpoints for python 3.12

GitHub Advanced Security / CodeQL succeeded Aug 12, 2024 in 4s

No new alerts in code changed by this pull request

Annotations

Check failure on line 56 in proxy/http/client.py

See this annotation in the file changed.

Code scanning / CodeQL

Use of insecure SSL/TLS version High

Insecure SSL/TLS protocol version TLSv1 allowed by
call to ssl.SSLContext
.
Insecure SSL/TLS protocol version TLSv1_1 allowed by
call to ssl.SSLContext
.