влючение_сетевых_репозиториев_astra

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
влючение_сетевых_репозиториев_astra [2023/03/21 10:15] jpвлючение_сетевых_репозиториев_astra [2023/03/21 10:22] (current) jp
Line 14: Line 14:
  
    apt update    apt update
-Скорее всего мы получим ошибку доверия к сертификату следующего вида: //Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification.//+Скорее всего мы получим ошибку доверия к сертификату следующего вида:  
 + 
 +//Certificate verification failed: The certificate is NOT trusted. The certificate issuer is unknown.  Could not handshake: Error in the certificate verification.// 
 + 
 +В этом случае нужно проверить установку двух пакетов. 
 + 
 +   apt policy apt-transport-https ca-certificates 
 +Если они не установлены, то временно поменяем в строке файла ///etc/apt/sources.list// протокол подключения на http. 
 + 
 +   deb http://dl.astralinux.ru/astra/stable/1.7_x86-64/repository-main/ 1.7_x86-64 main contrib non-free 
 +Теперь установим нужные пакеты. 
 + 
 +   sudo apt install apt-transport-https ca-certificates 
 +Вернем подключение к репозиторию на https и проверим работу. 
 + 
 +   apt update 
 +{{tag>Linux Astra Apt Certificates}}
влючение_сетевых_репозиториев_astra.1679393714.txt.gz · Last modified: 2023/03/21 10:15 by jp