Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/14.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
Amazon web services 图像未显示在twitter上-错误:获取页面失败,因为请求超时_Amazon Web Services_Twitter_Amazon S3_Amazon Ec2_Twitter Card - Fatal编程技术网

Amazon web services 图像未显示在twitter上-错误:获取页面失败,因为请求超时

Amazon web services 图像未显示在twitter上-错误:获取页面失败,因为请求超时,amazon-web-services,twitter,amazon-s3,amazon-ec2,twitter-card,Amazon Web Services,Twitter,Amazon S3,Amazon Ec2,Twitter Card,这是我网站的url,我正在 错误:由于请求超时,获取页面失败 什么时候试穿 我在不同的网站上尝试了每一次修复,但都没有成功 检查所有metas 我联系了他们,他们说我的apacheconfig不正确,问题是 “其他错误”通常是SSL错误配置。在 您的服务器案例我看到SSL3警报为:警告:无法识别 名称,表示您有一个类似于 在故障排除帖子中也有链接 因此,我运行apachectl configtest来测试我的apacheconfig,结果是 语法正常 我检查我的网站上的SSL 我试着提一下步骤,

这是我网站的url,我正在

错误:由于请求超时,获取页面失败

什么时候试穿

我在不同的网站上尝试了每一次修复,但都没有成功

检查所有metas

我联系了他们,他们说我的
apache
config不正确,问题是

“其他错误”通常是SSL错误配置。在 您的服务器案例我看到SSL3警报为:警告:无法识别 名称,表示您有一个类似于 在故障排除帖子中也有链接

因此,我运行
apachectl configtest
来测试我的
apache
config,结果是

语法正常

我检查我的网站上的SSL

我试着提一下步骤,但还是没有成功

有人能给我更多的指导吗。我正在使用
AWS EC2 ubuntu
AWS S3
进行图像处理

1)首先,尝试通过以下命令调试SSL

openssl s_client -servername <hostname> -connect <hostname>:443 -state
在您的
/etc/apache2/sites available/default ssl.conf
或虚拟主机文件中

3)然后通过

sudo服务apache2重启

ServerName www.healthdrop.in 
ServerAlias healthdrop.in