Quando eu tento uma solicitação https para o google.com, recentemente comecei a ver
[root@ip-172-31-47-76 ~]# curl -I -v https://google.com
* Rebuilt URL to: https://google.com/
* Trying 216.58.193.78...
* TCP_NODELAY set
* Connected to google.com (216.58.193.78) port 443 (#0)
* Initializing NSS with certpath: sql:/etc/pki/nssdb
* CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none
* Server certificate:
* subject: CN=*.google.com,O=Google Inc,L=Mountain View,ST=California,C=US
* start date: Feb 20 14:17:23 2018 GMT
* expire date: May 15 14:08:00 2018 GMT
* common name: *.google.com
* issuer: CN=Google Internet Authority G2,O=Google Inc,C=US
* NSS error -8172 (SEC_ERROR_UNTRUSTED_ISSUER)
* Peer's certificate issuer has been marked as not trusted by the user.
* stopped the pause stream!
* Closing connection 0
curl: (60) Peer's certificate issuer has been marked as not trusted by the user.
More details here: https://curl.haxx.se/docs/sslcerts.html
Isso está afetando minha capacidade de atualizar o sistema, pois as solicitações de atualização do yum também falham. Eu tentei reimportar meus certificados usando as instruções nesta página: link . Também tentei adicionar manualmente o Google cert usando as instruções aqui: link . Nem funcionou.
Não tenho certeza se está relacionado, mas tentei solucionar problemas com o utilitário certutil, mas isso não pode ser executado
[root@ip-172-31-47-76 ~]# certutil
certutil: /usr/local/firefox/libnss3.so: version 'NSS_3.30' not found (required by certutil)
Não tenho certeza do que aconteceu aqui, mas gostaria de receber ajuda. Isso está usando uma imagem do Amazon Linux.