Agent: Changed note message for proxy schema

This commit is contained in:
Ilija Lazoroski 2021-10-06 18:10:46 +02:00
parent 3f33bc4a41
commit a11d1d5f1e
1 changed files with 6 additions and 3 deletions

View File

@ -121,9 +121,12 @@ class ControlClient(object):
@staticmethod @staticmethod
def set_proxies(proxy_find): def set_proxies(proxy_find):
""" """
Note: Proxy schema changes! When upgrading to newer python version or Note: Proxy schema changes which causes the machine to not open a tunnel back.
when urllib3 and requests are updated there is possibility that the proxy If we get "ValueError: check_hostname requires server_hostname" or
schema is changed. "Proxy URL had not schema, should start with http:// or https://" errors,
the proxy schema needs to be changed.
Keep this in mind when upgrading to newer python version or when urllib3 and
requests are updated there is possibility that the proxy schema is changed.
https://github.com/psf/requests/issues/5297 https://github.com/psf/requests/issues/5297
https://github.com/psf/requests/issues/5855 https://github.com/psf/requests/issues/5855
""" """