目前是:
The connection to this site is encrypted and authenticated using TLS 1.3, X25519, and AES_256_GCM.
nginx 配置为:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on;
ssl_ciphers ...
想将 AES_128_GCM 作为 prefer server cipher 替代目前的 AES_256_GCM,应做怎样的修改?
The connection to this site is encrypted and authenticated using TLS 1.3, X25519, and AES_256_GCM.
nginx 配置为:
ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3;
ssl_prefer_server_ciphers on;
ssl_ciphers ...
想将 AES_128_GCM 作为 prefer server cipher 替代目前的 AES_256_GCM,应做怎样的修改?