How do I fix wget on an HTTP url not trusted errors in kali?

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











up vote
-1
down vote

favorite












When I try to run the wget command on http urls I get this error message:



ERROR: The certificate of `url' is not trusted.
ERROR: The certificate of `url' hasn't got a known issuer.









share|improve this question



















  • 2




    Possibly related question: stackoverflow.com/a/15252756/499768
    – pbm
    Jan 4 '17 at 22:11










  • what system/distro are you running?
    – pbm
    Jan 4 '17 at 22:11










  • You're getting certs from http sites? (Not https?)
    – Jeff Schaller
    Jan 5 '17 at 2:13














up vote
-1
down vote

favorite












When I try to run the wget command on http urls I get this error message:



ERROR: The certificate of `url' is not trusted.
ERROR: The certificate of `url' hasn't got a known issuer.









share|improve this question



















  • 2




    Possibly related question: stackoverflow.com/a/15252756/499768
    – pbm
    Jan 4 '17 at 22:11










  • what system/distro are you running?
    – pbm
    Jan 4 '17 at 22:11










  • You're getting certs from http sites? (Not https?)
    – Jeff Schaller
    Jan 5 '17 at 2:13












up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











When I try to run the wget command on http urls I get this error message:



ERROR: The certificate of `url' is not trusted.
ERROR: The certificate of `url' hasn't got a known issuer.









share|improve this question















When I try to run the wget command on http urls I get this error message:



ERROR: The certificate of `url' is not trusted.
ERROR: The certificate of `url' hasn't got a known issuer.






kali-linux wget certificates error-handling






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 5 '17 at 2:12









Jeff Schaller

36.3k952119




36.3k952119










asked Jan 4 '17 at 22:00









Mordechai Hadad

112




112







  • 2




    Possibly related question: stackoverflow.com/a/15252756/499768
    – pbm
    Jan 4 '17 at 22:11










  • what system/distro are you running?
    – pbm
    Jan 4 '17 at 22:11










  • You're getting certs from http sites? (Not https?)
    – Jeff Schaller
    Jan 5 '17 at 2:13












  • 2




    Possibly related question: stackoverflow.com/a/15252756/499768
    – pbm
    Jan 4 '17 at 22:11










  • what system/distro are you running?
    – pbm
    Jan 4 '17 at 22:11










  • You're getting certs from http sites? (Not https?)
    – Jeff Schaller
    Jan 5 '17 at 2:13







2




2




Possibly related question: stackoverflow.com/a/15252756/499768
– pbm
Jan 4 '17 at 22:11




Possibly related question: stackoverflow.com/a/15252756/499768
– pbm
Jan 4 '17 at 22:11












what system/distro are you running?
– pbm
Jan 4 '17 at 22:11




what system/distro are you running?
– pbm
Jan 4 '17 at 22:11












You're getting certs from http sites? (Not https?)
– Jeff Schaller
Jan 5 '17 at 2:13




You're getting certs from http sites? (Not https?)
– Jeff Schaller
Jan 5 '17 at 2:13










3 Answers
3






active

oldest

votes

















up vote
1
down vote



accepted










If you are using Debian or Ubuntu operating system please install the package



$ sudo apt-get install ca-certificates


If you don't care about checking the validity the certificate use --no-check-cetificate:



$ wget --no-check-certificate https://download/url


NOTE: Second option not recommended because of possibility to man-in-the-middle attack.






share|improve this answer






















  • Im using kali linux 2.O
    – Mordechai Hadad
    Jan 5 '17 at 11:08











  • Its telling me: Bus Error E: Sub-process /usr/bin/apt-listchanges --apt
    – Mordechai Hadad
    Jan 5 '17 at 16:36


















up vote
0
down vote













Per TFM for wget use the



--no-check-certificate


option.



"Don't check the server certificate against the available certificate authorities. Also don't require the URL host name to match the common name presented by the certificate."






share|improve this answer



























    up vote
    0
    down vote













    "sudo apt-get install ca-certificates" didn't fix my issue still says its untrusted i just installed this same script an hour ago but i did a clean install of kali in windows 10 from the app store an now keeps telling me its untrusted






    share|improve this answer








    New contributor




    Subconscious_Navigator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.

















      Your Answer








      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "106"
      ;
      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: false,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: null,
      bindNavPrevention: true,
      postfix: "",
      imageUploader:
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      ,
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );













       

      draft saved


      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f334905%2fhow-do-i-fix-wget-on-an-http-url-not-trusted-errors-in-kali%23new-answer', 'question_page');

      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote



      accepted










      If you are using Debian or Ubuntu operating system please install the package



      $ sudo apt-get install ca-certificates


      If you don't care about checking the validity the certificate use --no-check-cetificate:



      $ wget --no-check-certificate https://download/url


      NOTE: Second option not recommended because of possibility to man-in-the-middle attack.






      share|improve this answer






















      • Im using kali linux 2.O
        – Mordechai Hadad
        Jan 5 '17 at 11:08











      • Its telling me: Bus Error E: Sub-process /usr/bin/apt-listchanges --apt
        – Mordechai Hadad
        Jan 5 '17 at 16:36















      up vote
      1
      down vote



      accepted










      If you are using Debian or Ubuntu operating system please install the package



      $ sudo apt-get install ca-certificates


      If you don't care about checking the validity the certificate use --no-check-cetificate:



      $ wget --no-check-certificate https://download/url


      NOTE: Second option not recommended because of possibility to man-in-the-middle attack.






      share|improve this answer






















      • Im using kali linux 2.O
        – Mordechai Hadad
        Jan 5 '17 at 11:08











      • Its telling me: Bus Error E: Sub-process /usr/bin/apt-listchanges --apt
        – Mordechai Hadad
        Jan 5 '17 at 16:36













      up vote
      1
      down vote



      accepted







      up vote
      1
      down vote



      accepted






      If you are using Debian or Ubuntu operating system please install the package



      $ sudo apt-get install ca-certificates


      If you don't care about checking the validity the certificate use --no-check-cetificate:



      $ wget --no-check-certificate https://download/url


      NOTE: Second option not recommended because of possibility to man-in-the-middle attack.






      share|improve this answer














      If you are using Debian or Ubuntu operating system please install the package



      $ sudo apt-get install ca-certificates


      If you don't care about checking the validity the certificate use --no-check-cetificate:



      $ wget --no-check-certificate https://download/url


      NOTE: Second option not recommended because of possibility to man-in-the-middle attack.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Jan 5 '17 at 4:40

























      answered Jan 5 '17 at 4:35









      Rakib

      909712




      909712











      • Im using kali linux 2.O
        – Mordechai Hadad
        Jan 5 '17 at 11:08











      • Its telling me: Bus Error E: Sub-process /usr/bin/apt-listchanges --apt
        – Mordechai Hadad
        Jan 5 '17 at 16:36

















      • Im using kali linux 2.O
        – Mordechai Hadad
        Jan 5 '17 at 11:08











      • Its telling me: Bus Error E: Sub-process /usr/bin/apt-listchanges --apt
        – Mordechai Hadad
        Jan 5 '17 at 16:36
















      Im using kali linux 2.O
      – Mordechai Hadad
      Jan 5 '17 at 11:08





      Im using kali linux 2.O
      – Mordechai Hadad
      Jan 5 '17 at 11:08













      Its telling me: Bus Error E: Sub-process /usr/bin/apt-listchanges --apt
      – Mordechai Hadad
      Jan 5 '17 at 16:36





      Its telling me: Bus Error E: Sub-process /usr/bin/apt-listchanges --apt
      – Mordechai Hadad
      Jan 5 '17 at 16:36













      up vote
      0
      down vote













      Per TFM for wget use the



      --no-check-certificate


      option.



      "Don't check the server certificate against the available certificate authorities. Also don't require the URL host name to match the common name presented by the certificate."






      share|improve this answer
























        up vote
        0
        down vote













        Per TFM for wget use the



        --no-check-certificate


        option.



        "Don't check the server certificate against the available certificate authorities. Also don't require the URL host name to match the common name presented by the certificate."






        share|improve this answer






















          up vote
          0
          down vote










          up vote
          0
          down vote









          Per TFM for wget use the



          --no-check-certificate


          option.



          "Don't check the server certificate against the available certificate authorities. Also don't require the URL host name to match the common name presented by the certificate."






          share|improve this answer












          Per TFM for wget use the



          --no-check-certificate


          option.



          "Don't check the server certificate against the available certificate authorities. Also don't require the URL host name to match the common name presented by the certificate."







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 5 '17 at 3:29









          ivanivan

          3,3231314




          3,3231314




















              up vote
              0
              down vote













              "sudo apt-get install ca-certificates" didn't fix my issue still says its untrusted i just installed this same script an hour ago but i did a clean install of kali in windows 10 from the app store an now keeps telling me its untrusted






              share|improve this answer








              New contributor




              Subconscious_Navigator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.





















                up vote
                0
                down vote













                "sudo apt-get install ca-certificates" didn't fix my issue still says its untrusted i just installed this same script an hour ago but i did a clean install of kali in windows 10 from the app store an now keeps telling me its untrusted






                share|improve this answer








                New contributor




                Subconscious_Navigator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.



















                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  "sudo apt-get install ca-certificates" didn't fix my issue still says its untrusted i just installed this same script an hour ago but i did a clean install of kali in windows 10 from the app store an now keeps telling me its untrusted






                  share|improve this answer








                  New contributor




                  Subconscious_Navigator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  "sudo apt-get install ca-certificates" didn't fix my issue still says its untrusted i just installed this same script an hour ago but i did a clean install of kali in windows 10 from the app store an now keeps telling me its untrusted







                  share|improve this answer








                  New contributor




                  Subconscious_Navigator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  share|improve this answer



                  share|improve this answer






                  New contributor




                  Subconscious_Navigator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.









                  answered Nov 18 at 10:02









                  Subconscious_Navigator

                  11




                  11




                  New contributor




                  Subconscious_Navigator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.





                  New contributor





                  Subconscious_Navigator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.






                  Subconscious_Navigator is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                  Check out our Code of Conduct.



























                       

                      draft saved


                      draft discarded















































                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f334905%2fhow-do-i-fix-wget-on-an-http-url-not-trusted-errors-in-kali%23new-answer', 'question_page');

                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown






                      Popular posts from this blog

                      How to check contact read email or not when send email to Individual?

                      Bahrain

                      Postfix configuration issue with fips on centos 7; mailgun relay