zzzzz icon indicating copy to clipboard operation
zzzzz copied to clipboard

Insecure Platform Warning

Open dbs4261 opened this issue 9 years ago • 0 comments

Running fetcher.py yields this.

/usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:31 5: 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 t he server to present an incorrect TLS certificate, which can cause validation fa ilures. For more information, see https://urllib3.readthedocs.org/en/latest/secu rity.html#snimissingwarning. SNIMissingWarning /usr/local/lib/python2.7/dist-packages/requests/packages/urllib3/util/ssl_.py:12 0: InsecurePlatformWarning: A true SSLContext object is not available. This prev ents urllib3 from configuring SSL appropriately and may cause certain SSL connec tions to fail. For more information, see https://urllib3.readthedocs.org/en/late st/security.html#insecureplatformwarning. InsecurePlatformWarning Got error from request, restarting...

How do I get it to access the facebook api?

dbs4261 avatar Feb 29 '16 22:02 dbs4261