ssl_stapling和ssl_stapling_verify 请问各位大佬这是干什么的?
ssl_stapling on;
ssl_stapling_verify on;
我开启以后会提示 nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate
所以我关闭了
ssl_stapling off;
ssl_stapling_verify off;
那么关闭这个stap对用户影响大吗?
ssl_stapling_verify on;
我开启以后会提示 nginx: [warn] "ssl_stapling" ignored, no OCSP responder URL in the certificate
所以我关闭了
ssl_stapling off;
ssl_stapling_verify off;
那么关闭这个stap对用户影响大吗?