defaultnamehere / zzzzz

Roleplay as the NSA by making creepy graphs of your friends
MIT License
1.3k stars 131 forks source link

Insecure Platform Warning #34

Open dbs4261 opened 8 years ago

dbs4261 commented 8 years ago

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?