首页 > 解决方案 > Nginx 收到事件“ngx_master_****”5 秒未发出信号

问题描述

运行 Nginx 时出现错误

在此处输入图像描述

在错误日志文件中获取此事件“ngx_master_9488”未在 5 秒内发出信号

我正在使用 Windows 操作系统

请帮我解决这个问题。

标签: nginx

解决方案


It will happen when when you enable ssl in nginx with key and pem file generated from openssl having a pass phrase for the key file.

Use the below command to remove the pass phrase from key file and refer the new file (serverunsecure.key) in nginx configuration.

openssl rsa -in server.key -out serverunsecure.key


推荐阅读