Security
Encryption Ciphers | Weak | Weak encryption ciphers are supported. These are deprecated, and their removal will offer increased security. | |
---|---|---|---|
Public Key Size | 1024 bits | Key sizes 1024 bits or larger are considered secure. Be aware that unnecessarily large key sizes will slow down the connection establishment. | |
Secure Renegotiation | Yes | ||
Protocols | Insecure | Server supports SSLv2. This is a deprecated and insecure protocol which should be disabled. |
Performance
HTTP Keepalive | No | Enabling HTTP Keep-Alive will allow subsequent requests to be served faster, without the need to establish a new SSL/TLS connection. | |
---|---|---|---|
SSL Session Cache | Yes | ||
TLS Stateless Resume | No | TLS stateless resume allows for faster re-connections to TLS enabled servers, without needing session state to be stored on the server. | |
SSL Handshake Size | 2256 bytes | A smaller SSL handshake means a faster connection. Reducing the number & size of certificates in your chain, and reducing the size of the public key will reduce this. |
Encryption Ciphers (TLS/SSLv3)
Cipher | Strength | Algo | Key | KeyEx | Handshake | ||
---|---|---|---|---|---|---|---|
EXP-RC4-MD5 | Export | RC4 | 40-bit | RSA | 117ms | 2218 bytes | |
EXP-RC2-CBC-MD5 | Export | RC2 | 40-bit | RSA | 114ms | 2234 bytes | |
EXP-DES-CBC-SHA | Export | DES | 40-bit | RSA | 109ms | 2234 bytes | |
DES-CBC-SHA | Low | DES | 56-bit | RSA | 116ms | 2088 bytes | |
RC4-MD5 | Medium | RC4 | 128-bit | RSA | 113ms | 2072 bytes | |
RC4-SHA | Medium | RC4 | 128-bit | RSA | 113ms | 2080 bytes | |
IDEA-CBC-SHA | Medium | IDEA | 128-bit | RSA | 121ms | 2088 bytes | |
AES128-SHA | High | AES | 128-bit | RSA | 117ms | 2104 bytes | |
DES-CBC3-SHA | High | 3DES | 168-bit | RSA | 116ms | 2088 bytes | |
AES256-SHA | High | AES | 256-bit | RSA | 113ms | 2104 bytes |