images not showing on twitter - ERROR: Fetching the page failed because the request timed out

只愿长相守 提交于 2019-12-08 04:34:44

1) First of all try to debug your SSL, by the following command

openssl s_client -servername <hostname> -connect <hostname>:443 -state

if it print this message:

SSL3 alert read: warning:unrecognized name

2) then try to add

ServerName www.healthdrop.in 
ServerAlias healthdrop.in 

in your /etc/apache2/sites-available/default-ssl.conf or in virtual host file

3) then restart apache server by

sudo service apache2 restart

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!