SNImissingwarning & insecureplatform warning

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












I have the following error:



jeremy@jeremy-virtual-machine:~$ sudo -H pip install git https://github.com/3drobotics/solo-cli
Collecting https://github.com/3drobotics/solo-cli
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: 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. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
SNIMissingWarning
/usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Downloading https://github.com/3drobotics/solo-cli
- 92kB 816kB/s
Cannot unpack file /tmp/pip-jWZLV6-unpack/solo-cli (downloaded from /tmp/pip-iG7vjc-build, content-type: text/html; charset=utf-8); cannot detect archive format
Cannot determine archive format of /tmp/pip-iG7vjc-build


I tried following the solution to install newer version of python, verification of python certificate and install all the request[security] packages but it still gives me the same error. Anyone can help me with this?










share|improve this question



























    up vote
    0
    down vote

    favorite












    I have the following error:



    jeremy@jeremy-virtual-machine:~$ sudo -H pip install git https://github.com/3drobotics/solo-cli
    Collecting https://github.com/3drobotics/solo-cli
    /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: 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. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
    SNIMissingWarning
    /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
    InsecurePlatformWarning
    Downloading https://github.com/3drobotics/solo-cli
    - 92kB 816kB/s
    Cannot unpack file /tmp/pip-jWZLV6-unpack/solo-cli (downloaded from /tmp/pip-iG7vjc-build, content-type: text/html; charset=utf-8); cannot detect archive format
    Cannot determine archive format of /tmp/pip-iG7vjc-build


    I tried following the solution to install newer version of python, verification of python certificate and install all the request[security] packages but it still gives me the same error. Anyone can help me with this?










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have the following error:



      jeremy@jeremy-virtual-machine:~$ sudo -H pip install git https://github.com/3drobotics/solo-cli
      Collecting https://github.com/3drobotics/solo-cli
      /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: 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. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
      SNIMissingWarning
      /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
      InsecurePlatformWarning
      Downloading https://github.com/3drobotics/solo-cli
      - 92kB 816kB/s
      Cannot unpack file /tmp/pip-jWZLV6-unpack/solo-cli (downloaded from /tmp/pip-iG7vjc-build, content-type: text/html; charset=utf-8); cannot detect archive format
      Cannot determine archive format of /tmp/pip-iG7vjc-build


      I tried following the solution to install newer version of python, verification of python certificate and install all the request[security] packages but it still gives me the same error. Anyone can help me with this?










      share|improve this question















      I have the following error:



      jeremy@jeremy-virtual-machine:~$ sudo -H pip install git https://github.com/3drobotics/solo-cli
      Collecting https://github.com/3drobotics/solo-cli
      /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: 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. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
      SNIMissingWarning
      /usr/local/lib/python2.7/dist-packages/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
      InsecurePlatformWarning
      Downloading https://github.com/3drobotics/solo-cli
      - 92kB 816kB/s
      Cannot unpack file /tmp/pip-jWZLV6-unpack/solo-cli (downloaded from /tmp/pip-iG7vjc-build, content-type: text/html; charset=utf-8); cannot detect archive format
      Cannot determine archive format of /tmp/pip-iG7vjc-build


      I tried following the solution to install newer version of python, verification of python certificate and install all the request[security] packages but it still gives me the same error. Anyone can help me with this?







      python






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 6 at 2:59









      Terrance

      17.5k23885




      17.5k23885










      asked Feb 6 at 2:56









      Teo Jeremy

      11




      11

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003419%2fsnimissingwarning-insecureplatform-warning%23new-answer', 'question_page');

          );

          Post as a guest



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1003419%2fsnimissingwarning-insecureplatform-warning%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491