Home
last modified time | relevance | path

Searched refs:SubjectAltNameWarning (Results 1 – 25 of 120) sorted by relevance

12345

/dports/devel/py-requestsexceptions/requestsexceptions-1.4.0/requestsexceptions/
H A D__init__.py34 from requests.packages.urllib3.exceptions import SubjectAltNameWarning
37 from urllib3.exceptions import SubjectAltNameWarning
39 SubjectAltNameWarning = None variable
51 if SubjectAltNameWarning:
52 warnings.filterwarnings('ignore', category=SubjectAltNameWarning)
/dports/security/py-service_identity/service_identity-18.1.0/src/service_identity/
H A Dcryptography.py32 from .exceptions import SubjectAltNameWarning
159 SubjectAltNameWarning,
H A Dpyopenssl.py26 from .exceptions import SubjectAltNameWarning
143 SubjectAltNameWarning,
H A D__init__.py10 SubjectAltNameWarning,
H A Dexceptions.py13 class SubjectAltNameWarning(DeprecationWarning): class
/dports/devel/py-requestsexceptions/requestsexceptions-1.4.0/
H A DChangeLog36 * Add SubjectAltNameWarning and a helper function
/dports/www/firefox-legacy/firefox-52.8.0esr/python/requests/requests/packages/urllib3/
H A Dconnection.py38 SubjectAltNameWarning,
266 SubjectAltNameWarning
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/requests/requests/packages/urllib3/
H A Dconnection.py38 SubjectAltNameWarning,
266 SubjectAltNameWarning
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/requests/requests/packages/urllib3/
H A Dconnection.py38 SubjectAltNameWarning,
266 SubjectAltNameWarning
H A D__init__.py81 warnings.simplefilter('default', exceptions.SubjectAltNameWarning)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/urllib3/
H A Dconnection.py51 SubjectAltNameWarning,
467 SubjectAltNameWarning,
525 SubjectAltNameWarning,
H A D__init__.py74 warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True)
/dports/net/py-urllib3/stage/usr/local/lib/python3.8/site-packages/urllib3/
H A Dconnection.py51 SubjectAltNameWarning,
467 SubjectAltNameWarning,
525 SubjectAltNameWarning,
H A D__init__.py74 warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True)
/dports/net/py-urllib3/urllib3-1.26.7/build/lib/urllib3/
H A Dconnection.py51 SubjectAltNameWarning,
467 SubjectAltNameWarning,
525 SubjectAltNameWarning,
H A D__init__.py74 warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True)
/dports/net/py-urllib3/urllib3-1.26.7/src/urllib3/
H A Dconnection.py51 SubjectAltNameWarning,
467 SubjectAltNameWarning,
525 SubjectAltNameWarning,
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/
H A D__init__.py74 warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/
H A D__init__.py75 warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/urllib3/
H A D__init__.py79 warnings.simplefilter('default', exceptions.SubjectAltNameWarning, append=True)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/urllib3/
H A D__init__.py79 warnings.simplefilter('default', exceptions.SubjectAltNameWarning, append=True)
/dports/editors/cudatext/CudaText-1.151.0/app/py/sys/urllib3/
H A D__init__.py74 warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/urllib3/
H A D__init__.py75 warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True)
/dports/www/firefox/firefox-99.0/third_party/python/urllib3/urllib3/
H A D__init__.py74 warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/urllib3/
H A D__init__.py74 warnings.simplefilter("default", exceptions.SubjectAltNameWarning, append=True)

12345