GRAYBYTE WORDPRESS FILE MANAGER2373

Server IP : 198.54.121.189 / Your IP : 216.73.216.112
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/python310/lib/python3.10/site-packages/pip/_vendor/urllib3/util/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python310/lib/python3.10/site-packages/pip/_vendor/urllib3/util//proxy.py
from .ssl_ import create_urllib3_context, resolve_cert_reqs, resolve_ssl_version


def connection_requires_http_tunnel(
    proxy_url=None, proxy_config=None, destination_scheme=None
):
    """
    Returns True if the connection requires an HTTP CONNECT through the proxy.

    :param URL proxy_url:
        URL of the proxy.
    :param ProxyConfig proxy_config:
        Proxy configuration from poolmanager.py
    :param str destination_scheme:
        The scheme of the destination. (i.e https, http, etc)
    """
    # If we're not using a proxy, no way to use a tunnel.
    if proxy_url is None:
        return False

    # HTTP destinations never require tunneling, we always forward.
    if destination_scheme == "http":
        return False

    # Support for forwarding with HTTPS proxies and HTTPS destinations.
    if (
        proxy_url.scheme == "https"
        and proxy_config
        and proxy_config.use_forwarding_for_https
    ):
        return False

    # Otherwise always use a tunnel.
    return True


def create_proxy_ssl_context(
    ssl_version, cert_reqs, ca_certs=None, ca_cert_dir=None, ca_cert_data=None
):
    """
    Generates a default proxy ssl context if one hasn't been provided by the
    user.
    """
    ssl_context = create_urllib3_context(
        ssl_version=resolve_ssl_version(ssl_version),
        cert_reqs=resolve_cert_reqs(cert_reqs),
    )

    if (
        not ca_certs
        and not ca_cert_dir
        and not ca_cert_data
        and hasattr(ssl_context, "load_default_certs")
    ):
        ssl_context.load_default_certs()

    return ssl_context

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
March 03 2024 22:49:30
root / linksafe
0755
__pycache__
--
March 03 2024 22:49:30
root / linksafe
0755
__init__.py
1.128 KB
November 13 2023 21:53:10
root / linksafe
0644
connection.py
4.805 KB
November 13 2023 21:53:10
root / linksafe
0644
proxy.py
1.567 KB
November 13 2023 21:53:10
root / linksafe
0644
queue.py
0.486 KB
November 13 2023 21:53:10
root / linksafe
0644
request.py
4.026 KB
November 13 2023 21:53:10
root / linksafe
0644
response.py
3.428 KB
November 13 2023 21:53:10
root / linksafe
0644
retry.py
20.89 KB
November 13 2023 21:53:10
root / linksafe
0644
ssl_.py
16.774 KB
November 13 2023 21:53:10
root / linksafe
0644
ssltransport.py
6.769 KB
November 13 2023 21:53:10
root / linksafe
0644
timeout.py
9.769 KB
November 13 2023 21:53:10
root / linksafe
0644
url.py
13.718 KB
November 13 2023 21:53:10
root / linksafe
0644
wait.py
5.277 KB
November 13 2023 21:53:10
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF