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

Commit

Permalink
Python 3.12 fix and updated store (fixes #168)
Browse files Browse the repository at this point in the history
  • Loading branch information
maakbaas committed Feb 8, 2024
1 parent fdf7024 commit 59eb8bb
Show file tree
Hide file tree
Showing 2 changed files with 403 additions and 383 deletions.
2 changes: 1 addition & 1 deletion scripts/preBuildCertificates.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import inspect, os.path

import socket
from ssl import wrap_socket, CERT_NONE, PROTOCOL_SSLv23
# from ssl import wrap_socket, CERT_NONE, PROTOCOL_SSLv23
from ssl import SSLContext # Modern SSL?
from ssl import HAS_SNI # Has SNI?

Expand Down
Loading

0 comments on commit 59eb8bb

Please sign in to comment.