我们已经在apache Web服务器2.4中部署了python脚本(Flask Web应用程序),但是在加载url时,我们却在apcahe Web服务器错误日志中遇到了以下错误:
[core:error] [pid 3772:tid 776] (70007)The timeout specified has expired: [client 14.143.117.82:50649] AH00574: ap_content_length_filter: apr_bucket_read() failed
由于我们已使用python脚本构建了聊天机器人,因此我们需要将其部署在服务器上,最后我们应该将URL复制到Facebook开发人员的webhooks中,并应验证该URL,但是在验证过程中会出现以下错误:
The URL couldn't be validated. Callback verification failed with the following errors: curl_errno = 28; curl_error = Operation timed out after 6000 milliseconds with 119 bytes received; HTTP Status Code = 200; HTTP Message = OK
注意:我们正在使用AWS Windows Server,它具有有效的SSL证书。
请帮助我解决此错误。