This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
tsg-tsg-diagnose/badssl.com/nginx-includes/tls-static-rsa.conf

9 lines
115 B
Plaintext
Raw Normal View History

2019-12-20 15:48:39 +08:00
---
---
ssl_session_timeout 5m;
ssl_protocols TLSv1.1 TLSv1.2;
ssl_ciphers 'kRSA';
ssl_prefer_server_ciphers on;