_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

SSL/TLS Configuration — Secure HTTPS

02. 05. 2023 1 min read intermediate

Not every TLS configuration is secure. TLS 1.0 and 1.1 are deprecated, some cipher suites are weak.

ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers 'ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256';
ssl_prefer_server_ciphers off;
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:10m;
ssl_stapling on;
ssl_stapling_verify on;

Testing

# SSL Labs: ssllabs.com/ssltest/
openssl s_client -connect example.com:443 -tls1_3
testssl.sh https://example.com

What to NEVER Use

  • SSL 2.0, 3.0, TLS 1.0, 1.1
  • RC4, 3DES, NULL ciphers
  • Self-signed in production

Key Takeaway

TLS 1.2 minimum, TLS 1.3 ideal. AEAD cipher suites, OCSP stapling, test on SSL Labs.

securityssltlshttps
Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.