ssl - ngx_slab_alloc() 失败 : no memory in SSL session shared cache "le_nginx_SSL"

标签 ssl nginx runtime-error lets-encrypt certbot

ngx_slab_alloc() 失败:SSL session 共享缓存“le_nginx_SSL”中没有内存

此错误记录在 nginx error.logs 中,并且会不断更新此错误的错误日志文件。

最佳答案

我在文件/etc/letsencrypt/options-ssl-nginx.conf 中遇到了同样的问题

我注释掉了这行:

ssl_session_cache shared:le_nginx_SSL:1m;

这似乎已经解决了。

我找到了这个解决方案 here .

关于ssl - ngx_slab_alloc() 失败 : no memory in SSL session shared cache "le_nginx_SSL",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51298433/

相关文章:

Java 空指针异常

Swift, SSL 自签名证书 IOS8+

ssl - 证书链接错误 : PKIX path validation failed

ssl - 在 Safari 和 websockets (osx/ios) 中使用自签名证书

regex - 无法弄清楚 url 重写正则表达式

java - 由于 CLASSPATH 不确定性,运行 Java Selenium Headless 测试用例时出错

c# - 访问 HTTPS Web 服务器时抛出 HttpWebRequest System.Net.WebException

ruby-on-rails - 产生大量 Rack 应用程序的乘客

ruby-on-rails - Nginx + 乘客 : Multiple domains need to point to different root

c++ - 如何检查 std::next(x) 是否指向 C++ 中的有效地址?