SNIMissingWarning?

Hi all

got this error when run the bench command. any idea what happened?

ericmachine@ericmachine-VirtualBox:~/frappe-bench$ bench new-app meeting
INFO:bench.app:creating new app meeting
App Title (defaut: Meeting): 
App Description: Prepare agenda, invite users and record minutes of a meeting
App Publisher: EricMachine
App Email: eric.machine@hotmail.com
App Icon (default 'octicon octicon-file-directory'): 
App Color (default 'grey'): 
App License (default 'MIT'): 
'meeting' created at /home/ericmachine/frappe-bench/apps/meeting
INFO:bench.app:installing meeting
/home/ericmachine/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/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
/home/ericmachine/frappe-bench/env/local/lib/python2.7/site-packages/pip/_vendor/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

This is a python issue, nothing to be worried about for now unless the installation fails. You can follow up on more information as advised with the link provided (https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning)