OXIESEC PANEL
- Current Dir:
/
/
snap
/
core20
/
2599
/
usr
/
lib
/
python3
/
dist-packages
/
urllib3
/
packages
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/26/2025 10:13:33 PM
rwxr-xr-x
📄
__init__.py
300 bytes
10/16/2024 08:28:58 PM
rw-r--r--
📁
__pycache__
-
05/26/2025 10:13:33 PM
rwxr-xr-x
📁
backports
-
05/26/2025 10:13:33 PM
rwxr-xr-x
📁
ssl_match_hostname
-
05/26/2025 10:13:33 PM
rwxr-xr-x
Editing: __init__.py
Close
from __future__ import absolute_import __all__ = ("ssl_match_hostname",) try: # cPython >= 2.7.9 has ssl features backported from Python3 from ssl import CertificateError del CertificateError import ssl as ssl_match_hostname except ImportError: from . import ssl_match_hostname