Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 59eb8bb

Browse files
committed
Python 3.12 fix and updated store (fixes #168)
1 parent fdf7024 commit 59eb8bb

File tree

2 files changed

+403
-383
lines changed

2 files changed

+403
-383
lines changed

scripts/preBuildCertificates.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import inspect, os.path
2121

2222
import socket
23-
from ssl import wrap_socket, CERT_NONE, PROTOCOL_SSLv23
23+
# from ssl import wrap_socket, CERT_NONE, PROTOCOL_SSLv23
2424
from ssl import SSLContext # Modern SSL?
2525
from ssl import HAS_SNI # Has SNI?
2626

0 commit comments

Comments
 (0)