Ho provato a wget un sito web, che è tornato a dire:
ERROR: The certificate of ‘website.com’ is not trusted. ERROR: The certificate of ‘website.com’ hasn't got a known issuer.
da una macchina e da un'altra
ERROR: cannot verify website.com's certificate, issued by ‘CN=GlobalSign Organization Validation CA - SHA256 - G2,O=GlobalSign nv-sa,C=BE’: Unable to locally verify the issuer's authority. To connect to website.com insecurely, use '--no-check-certificate'.
Come controllo aggiuntivo ho usato la libreria delle richieste di Python per vedere cosa direbbe:
requests.exceptions.SSLError: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",)
Tuttavia, quando il sito Web è stato caricato in Firefox e Chrome, nessuno dei due ha avuto problemi con il certificato del sito web. Non dovrebbero anche avvertirmi di eventuali problemi con il certificato SSL del sito?