老话重提。2022年都快过完了还有人做假证书防止IP泄漏

https://hostloc.com/thread-1058244-1-1.html 这个主题帖看不到原楼主的内容了。 采集站里面看是以下内容 2022年都快过完了还有人做假证书防止IP泄漏的??? Nginx从2020年发布的1.19.4版本开始就内置了更好的方式啊, Syntax: ssl_reject_handshake on | off; Default: ssl_reject_handshake off; Context: http, server This directive appeared in version 1.19.4. If enabled, SSL handshakes in the server block will be rejected. For example, in the following configuration, SSL handshakes with server names other than example.com are rejected: server { listen 443 ssl default_server; ssl_reject_handshake on; } server { listen 443 ssl; server_name example.com; ssl_certificate example.com.crt; ssl_certificate_key example.com.key; }复制代码 nginx怎么配置啊 server { listen 443 ssl; server_name example.com; Syntax: ssl_reject_handshake on | off; Default: ssl_reject_handshake off; }复制代码 加上这两个off开关就可以了吗

请登录后发表评论

    没有回复内容