nginx.conf 文件中的以下行是什么意思?
ssl_ciphers HIGH:!aNULL:!MD5;
我知道 ssl 密码指定使用哪种算法来保护服务器通信,我假设 !aNULL 和 !MD5 指定不允许使用这些密码进行通信,但我不知道 HIGH: 指定什么。
ssl configuration nginx openssl ssl-certificate
configuration ×1
nginx ×1
openssl ×1
ssl ×1
ssl-certificate ×1