Question
Unable to import theme data wordpress droplet
I have setup wordpress droplet on X.X.X.X. I have setup https using cloudfare.
Whenever I try to install theme I get this error :
An error occurred while fetching file from: https://bestsportsnews.info/wp-content/themes/buzznews/spiderbuzz/demo-import/default/content.xml!
Reason: httprequestfailed - cURL error 7: Failed to connect to bestsportsnews.info port 443: Connection refused.
I tried sshing into instance and curl -vv https://bestsportsnews.info . But there also I got
curl: (7) Failed to connect to bestsportsnews.info port 443: Connection refused
I checked ufw and it seems 443 is enabled.
To Action From
22/tcp LIMIT Anywhere
443/tcp ALLOW Anywhere
80/tcp ALLOW Anywhere
22/tcp (v6) LIMIT Anywhere (v6)
443/tcp (v6) ALLOW Anywhere (v6)
80/tcp (v6) ALLOW Anywhere (v6)
Please help me fix this.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×