Abbiamo un certificato SSL di GoDaddy e abbiamo provato a eseguire un controllo di conformità PCI utilizzando la scansione di McAfee. L'unico problema che hanno riscontrato è che i vincoli di base / lunghezza del percorso non sono configurati. Ecco cosa hanno scritto:
An X.509 certificate sent by the remote host contains one or more violations of the restrictions imposed on it by RFC 3280. This means that either a root or intermediate Certificate Authority signed a certificate incorrectly. Certificates that fail to adhere to the restrictions in their extensions may be rejected by certain software. The existence of such certificates indicates either an oversight in the signing process, or malicious intent.
e anche
Please follow the below steps to test the vulnerability manually: -Use Internet Explorer. -Enter the URL using 'https://'. -Click on the Browser tab: View -Click Security Report -Click on the Pop-Up 'View Certificates'. -Click on the Details tab. -Cursor 'Field' to 'Basic Constraints' -You may view the 'Path Length Constraint='
If the 'Certificate Basic Constraints' is set to False, Internet Explorer will not properly check the Certificate Authority.
'Certificate Basic Constraints' indicates 'Path Length Constraint='. This indicates how deep the Certificate Authority will be checked. If the 'Path....' Is set for '1', then the Certificate Authority above will be checked. However, if the browser checks and finds five Certificate Authority's, but 'Path....' Is set for '1', then there is a mismatch. Internet Explorer will accept the error and not warn, but other browsers will check and warn of the mismatch.
Sembra che abbiano riconosciuto il problema: link
Ho esaminato alcuni altri venditori SSL come GeoTrust, Comodo, Thawte e tutti sembrano avere lo stesso problema - almeno seguendo i passaggi sopra descritti da McAfee suggerisce di verificare. Nessuno dei correttori SSL online che ho provato ha segnalato problemi.
Si tratta di un cambiamento / requisito abbastanza recente a cui tutte queste società non hanno avuto la possibilità di adeguarsi? Qualche idea di quanto tempo ci vorrebbe per qualcosa di simile per essere riparato? Ci sono soluzioni alternative a questo problema? Qualsiasi modo per modificare SSL (Windows Server 2008 R2) per includere questa restrizione "Lunghezza percorso"?
Grazie!