
11.02.2018, 06:05
|
|
Новичок
Регистрация: 20.07.2016
Сообщений: 0
С нами:
5165072
Репутация:
0
|
|
spi сказал(а):
помогите разобраться , что не так с сертификатами то , уже второй вечер бьюсь с ним
root@sp:~# apt-get update && apt-get upgrade -y
Ign:1 https://http.kali.org/kali kali-rolling InRelease
Err:2 https://http.kali.org/kali kali-rolling Release
Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown. The certificate chain uses insecure algorithm. Could not handshake: Error in the certificate verification. [IP: 192.99.200.113 443]
Reading package lists... Done
W: https: aptMethod::Configuration: could not load seccomp policy: Invalid argument
W: https://http.kali.org/kali/dists/kali-rolling/InRelease: No system certificates available. Try installing ca-certificates.
W: https://http.kali.org/kali/dists/kali-rolling/Release: No system certificates available. Try installing ca-certificates.
E: The repository 'https://http.kali.org/kali kali-rolling Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@sp:~#
В терминале под root вводишь
Код:
Код:
wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add
потом обновляешься
Код:
Код:
apt update && apt full-upgrade
|
|
|