Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
ngx_slab_alloc()失败:SSL会话共享缓存中没有内存;le_nginx_SSL“;_Ssl_Nginx_Runtime Error_Lets Encrypt_Certbot - Fatal编程技术网

ngx_slab_alloc()失败:SSL会话共享缓存中没有内存;le_nginx_SSL“;

ngx_slab_alloc()失败:SSL会话共享缓存中没有内存;le_nginx_SSL“;,ssl,nginx,runtime-error,lets-encrypt,certbot,Ssl,Nginx,Runtime Error,Lets Encrypt,Certbot,ngx_slab_alloc()失败:SSL会话共享缓存“le_nginx_SSL”中没有内存 此错误记录在nginx error.logs中,并且它正在使用此错误不断更新错误日志文件。我在文件/etc/letsencrypt/options-ssl-nginx.conf中遇到了相同的问题 我把这句话注释掉了: ssl_session_cache shared:le_nginx_SSL:1m; 这似乎已经解决了问题 我找到了这个解决办法

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


此错误记录在nginx error.logs中,并且它正在使用此错误不断更新错误日志文件。

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

我把这句话注释掉了:

ssl_session_cache shared:le_nginx_SSL:1m;
这似乎已经解决了问题

我找到了这个解决办法