ssl_session_timeout指令设置了会话的超时时间为10分钟。 需要注意的是,ssl_session_cache指令只能在http块中进行配置,而不能在server块或location块中配置。 为什么要设置ssl_session_cache指令? 设置ssl_session_cache指令的主要目的是提高SSL/TLS握手的性能和安全性。 首先,通过缓存SSL会话信
如果我使用openssl重新连接来测试它,它会说连接是重用的。由于服务器在ssl_session_cache=none情况下不...
Correction: It looks like thessl_session_cachedirective is placed in both /etc/nginx/conf.d/ssl.conf and /etc/letsencrypt/options-ssl-nginx.conf by letsencrypt, which causes the conflict. I noticed this because I tried editing the line out of ssl.conf and re-running, but found that ssl...
Is there an existing issue for this? I have searched the existing issues Kong version ($ kong version) 2.8.2.2 Current Behavior When I use the ENV variable KONG_NGINX_PROXY_SSL_SESSION_CACHE to set ssl_session_cache in the nginx config o...