Get a prompt and clear overview of your security configuration. Right now!
Components
C
Key Exchange Method
Name
static Diffie–Hellman Ephemeral (DH)
Security
Static Diffie-Hellman[35][36] is a variant of Diffie-Hellman[269][270][271][272][273] key exchange[467] protocol that has no forward secrecy[135][136][137][138], and does not protect past sessions against future compromises. If long-term secret keys or passwords are compromised, encrypted communications and sessions recorded in the past can be retrieved and decrypted.
Recommendations
Remove the cipher suite from the list of cipher suites supported by your server or replace the cipher suite with it's Ephemeral Diffie-Hellman[142][143][144][145] version.
C
Authentication Method
Name
Digital Signature Standard (DSS)
Security
Digital Signature Algorithm[83][84][85][86][87][88] is a digital signature[231][232][233][234] algorithm, which is considered secure[500][501], but leading client applications do not use this algorithm. Unless your application or requirements specifically call for their use, it is generally safer to avoid cipher suites that are not adopted and supported by a critical mass of the industry.
Recommendations
Remove the cipher suite from the list of cipher suites supported by your server.
F
Encryption Type
Name
DES
Security
Encryption algorithm Data Encryption Standard[96][97][98][99][100] is considered obsolete[400][401][402][403][404][405]. It is weakened against brute-force attack[555]. It cannot provide confidentiality[198][199][200], so connection is available or disclosed to unauthorized individuals, entities, or processes.
Recommendations
Remove the cipher suite from the list of cipher suites supported by your server.
Remove the cipher suite from the list of cipher suites supported by your server or at least set the cipher suite order explicitly and any cipher suite modes be preferred over ciphers suites with CBC modes.
D
Encryption Key Size
Name
56
Security
Any symmetric key[193][194][195] with key size[438] less than 128 bits are disallowed by National Institute of Standards and Technology[428][429] as it is vulnerable to preimage attack[215] in theory. It cannot reliably prove that message came from the stated sender (its authenticity) and has not been changed, so connection is open for a man-in-the-middle attack[414].
Recommendations
Remove the cipher suite from the list of cipher suites supported by your server.
Remove the cipher suite from the list of cipher suites supported by your server, or setup yout server to enforce changing session key regularly (rekeying[567]).