小编Ben*_*son的帖子

nginx.conf 上 ssl_ciphers 行的含义

nginx.conf 文件中的以下行是什么意思?

ssl_ciphers HIGH:!aNULL:!MD5;
Run Code Online (Sandbox Code Playgroud)

我知道 ssl 密码指定使用哪种算法来保护服务器通信,我假设 !aNULL 和 !MD5 指定不允许使用这些密码进行通信,但我不知道 HIGH: 指定什么。

ssl configuration nginx openssl ssl-certificate

7
推荐指数
1
解决办法
8363
查看次数

标签 统计

configuration ×1

nginx ×1

openssl ×1

ssl ×1

ssl-certificate ×1