You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Older versions of Python can cause the following warnings.
C:\Users\foo\Envs\haxor\lib\site-packages\requests\packages\urllib3\util\ssl_.py:315:
SNIMissingWarning: An HTTPS request has been made,
but the SNI (Subject Name Indication) extension to TLS is not available on this platform.
This may cause the server to present an incorrect TLS certificate,
which can cause validation failures. For more information, see
https://urllib3.readthedocs.org/en/latest/security.html#snimissingwarning.
SNIMissingWarning
C:\Users\foo\Envs\haxor\lib\site-packages\requests\packages\urllib3\util\ssl_.py:120:
InsecurePlatformWarning: A true SSLContext object is not available.
This prevents urllib3 from configuring SSL appropriately and may cause
certain SSL connections to fail. For more information, see
https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
One solution is to upgrade to a more recent version of Python.
If you are not able to upgrade Python, check out the following Stack Overflow links to install additional libraries to fix this issue:
Older versions of Python can cause the following warnings.
One solution is to upgrade to a more recent version of Python.
If you are not able to upgrade Python, check out the following Stack Overflow links to install additional libraries to fix this issue:
The text was updated successfully, but these errors were encountered: