Summary: | Обновить ca-certificates | ||
---|---|---|---|
Product: | Branch p9 | Reporter: | Vitaly Lipatov <lav> |
Component: | ca-certificates | Assignee: | qa-team <qa-team> |
Status: | CLOSED WORKSFORME | QA Contact: | qa-p9 <qa-p9> |
Severity: | normal | ||
Priority: | P5 | CC: | amakeenk |
Version: | не указана | ||
Hardware: | x86_64 | ||
OS: | Linux |
Description
Vitaly Lipatov
2020-09-29 22:12:43 MSK
258899 BUILDING #2 [locked] p9 ca-certificates.git=2020.06.29-alt1 Но как ни странно, с новой версией всё равно curl и wget не могут открыть сайт cryptopro: $ curl https://cryptopro.ru curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: https://curl.haxx.se/docs/sslcerts.html curl failed to verify the legitimacy of the server and therefore could not establish a secure connection to it. To learn more about this situation and how to fix it, please visit the web page mentioned above. $ wget https://cryptopro.ru --2020-09-29 22:14:15-- https://cryptopro.ru/ Распознаётся cryptopro.ru (cryptopro.ru)… 178.238.112.83 Подключение к cryptopro.ru (cryptopro.ru)|178.238.112.83|:443... соединение установлено. ОШИБКА: невозможно проверить сертификат cryptopro.ru, выпущенный «CN=\\D0\\9E\\D0\\9E\\D0\\9E \\"\\D0\\9A\\D0\\A0\\D0\\98\\D0\\9F\\D0\\A2\\D0\\9E-\\D0\\9F\\D0\\A0\\D0\\9E\\",O=\\D0\\9E\\D0\\9E\\D0\\9E \\"\\D0\\9A\\D0\\A0\\D0\\98\\D0\\9F\\D0\\A2\\D0\\9E-\\D0\\9F\\D0\\A0\\D0\\9E\\",street=\\D1\\83\\D0\\BB. \\D0\\98\\D0\\B1\\D1\\80\\D0\\B0\\D0\\B3\\D0\\B8\\D0\\BC\\D0\\BE\\D0\\B2\\D0\\B0\\, \\D0\\B4. 31\\, \\D0\\BE\\D1\\84\\D0\\B8\\D1\\81 30\\D0\\91,L=\\D0\\B3. \\D0\\9C\\D0\\BE\\D1\\81\\D0\\BA\\D0\\B2\\D0\\B0,ST=77 \\D0\\9C\\D0\\BE\\D1\\81\\D0\\BA\\D0\\B2\\D0\\B0,C=RU,INN=007717107991,OGRN=1037700085444,emailAddress=qca@cryptopro.ru»: Невозможно локально проверить подлинность запрашивающего. Для небезопасного подключения к cryptopro.ru используйте параметр «--no-check-certificate». Хотя curl должен в отсутствие AddTrust External CA Root этот сайт открывать, а wget вообще использует openssl 1.1, в котором всё в порядке должно быть. (Ответ для Vitaly Lipatov на комментарий #2) > Но как ни странно, с новой версией всё равно curl и wget не могут открыть > сайт cryptopro: > > $ curl https://cryptopro.ru > curl: (60) SSL certificate problem: unable to get local issuer certificate > More details here: https://curl.haxx.se/docs/sslcerts.html Очевидно, по той же причине, почему отрубился https для fsb.ru и kremlin.ru. Версия пакета на данный момент: $ rpm -q ca-certificates ca-certificates-2021.10.06-alt1.noarch Ошибка с подключением к cryptopro.ru не воспроизводится: $ curl -s https://cryptopro.ru | head | grep title <title>КриптоПро | Ключевое слово в защите информации</title> <link rel="alternate" type="application/rss+xml" title="Новости КриптоПро" href="/news/rss" /> $ wget https://cryptopro.ru --2023-03-31 13:51:47-- https://cryptopro.ru/ Распознаётся cryptopro.ru (cryptopro.ru)… 193.37.157.43 Подключение к cryptopro.ru (cryptopro.ru)|193.37.157.43|:443... соединение установлено. HTTP-запрос отправлен. Ожидание ответа… 200 OK Длина: нет данных [text/html] Сохранение в: «index.html» index.html [ <=> ] 51,72K --.-KB/s за 0,004s 2023-03-31 13:51:48 (13,1 MB/s) - «index.html» сохранён [52960] Баг закрываю. |