Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

SSL Issue with security.ssl3.dhe_rsa_aes_128_sha

  • 3 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 1 προβολή
  • Τελευταία απάντηση από cjratliff

more options

I am having an issue where I have an internal site (WebLogic App) that has SSL. Firefox fails to open:

An error occurred during a connection to trobiee01.ecapitaladvisors.com:7002. SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message. Error code: SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY

However, when I toggle the setting security.ssl3.dhe_rsa_aes_128_sha to 'false' the site opens. I would like to know why and what is the issue with the web application. Please assist.

I am having an issue where I have an internal site (WebLogic App) that has SSL. Firefox fails to open: An error occurred during a connection to trobiee01.ecapitaladvisors.com:7002. SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message. Error code: SSL_ERROR_WEAK_SERVER_EPHEMERAL_DH_KEY However, when I toggle the setting security.ssl3.dhe_rsa_aes_128_sha to 'false' the site opens. I would like to know why and what is the issue with the web application. Please assist.

Όλες οι απαντήσεις (3)

more options
This indicates that the site is defaulting to an obsolete encryption cipher which is vulnerable to the "Logjam" attack that was in the news earlier this year.

https://support.mozilla.org/en-US/questions/1073420

more options

It appears the cipher suite it is defaulting to is:

TLS_RSA_WITH_AES_128_CBC_SHA

I am assuming this is vulnerable to logjam as well?

more options

When set the cipher to 'false' is it in effect disabling TLS_DHE_RSA_WITH_AES_128_CBC_SHA and allowing TLS_RSA_WITH_AES_128_CBC_SHA instead?

Thank you in advance