Ho dato il mio sito Web per i test, dopo aver effettuato i test mi hanno inviato un rapporto di prova con dettagli che il sito ha un problema di sicurezza "divulgazione di informazioni su SSLv3 POODLE" e SSLv3 deve essere disabilitato per evitare questo. Questo è il problema che hanno segnalato: -
" It determined that the remote server supports SSLv3 with at least one CBC cipher suite, indicating that this server is vulnerable. It appears that TLSv1 or newer is supported on the server. However, the Fallback SCSV mechanism is not supported, allowing connections to be "rolled back" to SSLv3 "
SSL Version : SSLv3 High Strength Ciphers (>= 112-bit key) EDH-RSA-DES-CBC3-SHA Kx=DH Au=RSA Enc=3DES-CBC(168) Mac=SHA1 DHE-RSA-AES128-SHA Kx=DH Au=RSA Enc=AES-CBC(128) Mac=SHA1
Ho letto da qualche parte nel sito per verificare se SSLv3 è disabilitato usando
openssl s_client -connect example.com:443 -ssl3
Ho provato con lo stesso comando ma ottengo sempre:
[...]SSL routines:SSL3_READ_BYTES:ssl alert handshake failure
Questo dovrebbe significare che SSLv3 è disabilitato, corretto? Se è così, allora non avrebbero dovuto segnalare questo problema.
Come può essere replicato questo problema, e come posso disabilitare SSLv3 (Apache Tomcat) come richiesto?
Qualsiasi aiuto / guida sarebbe apprezzato.