How do I fix wget on an HTTP url not trusted errors in kali?
Clash 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.
kali-linux wget certificates error-handling
add a comment |
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.
kali-linux wget certificates error-handling
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
add a comment |
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.
kali-linux wget certificates error-handling
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
kali-linux wget certificates error-handling
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
add a comment |
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
add a comment |
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.
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
add a comment |
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."
add a comment |
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
New contributor
add a comment |
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.
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
add a comment |
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.
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
add a comment |
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.
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.
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
add a comment |
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
add a comment |
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."
add a comment |
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."
add a comment |
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."
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."
answered Jan 5 '17 at 3:29
ivanivan
3,3231314
3,3231314
add a comment |
add a comment |
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
New contributor
add a comment |
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
New contributor
add a comment |
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
New contributor
"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
New contributor
New contributor
answered Nov 18 at 10:02
Subconscious_Navigator
11
11
New contributor
New contributor
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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