proxy:从远程服务器读取状态行时出错

时间:2016-07-19 08:26:13

标签: apache web-services ssl client

我在SSL_ERROR_LOG文件中遇到了这种Apache Proxy错误。

[Mon Jul 18 11:03:52 2016] [error] [client [IPAddress]] (70007)The timeout specified has expired: proxy: error reading status line from remote server [serverIP]
[Mon Jul 18 11:03:52 2016] [error] [client [IPAddress]] proxy: Error reading from remote server returned by /project/webservice
[Mon Jul 18 11:12:53 2016] [error] [client [IPAddress]] (70007)The timeout specified has expired: proxy: error reading status line from remote server [serverIP]
[Mon Jul 18 11:12:53 2016] [error] [client [IPAddress]] proxy: Error reading from remote server returned by /project/webservice
[Mon Jul 18 11:15:53 2016] [error] [client [IPAddress]] (70007)The timeout specified has expired: proxy: error reading status line from remote server [serverIP]
[Mon Jul 18 11:15:53 2016] [error] [client [IPAddress]] proxy: Error reading from remote server returned by /project/webservice

对这种错误有什么想法吗?在强行断开连接之前,客户必须等待3分钟才能得到响应。 ssl证书更改后发生此错误。我们已经使用SHA-1更新了证书到SHA-2,它与所有浏览器兼容。 已观察并记录了各种超时。

1 个答案:

答案 0 :(得分:0)

检查SELinux是否已安装,如果是,则使用以下命令启用httpd -

sudo setsebool -P httpd_can_network_connect 1