← All Kali Issues
OpenSSL

Cipher not available

S SSL Low

🔴 Error Message

SSL cipher not supported

📖 What This Means

Old or insecure cipher not compiled in.

🔧 Step-by-Step Fix

  1. List available: openssl ciphers -v
  2. Use modern cipher: openssl s_client -cipher ECDHE-RSA-AES256-GCM-SHA384
  3. Update OpenSSL for latest ciphers