I’ve installed ufw and fail2ban and now notice that all https connections return a page not found. This may or not be related to the install of the ufw or fail2ban because I just noticed it.
Is there a way to get https working properly? Is there an article already written?
DO droplet ubuntu, 4 GB, 60 GB SSD.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Your firewall setup should work. Apparently there isn’t anything listening on port 443. What’s the output of this command? (it lists all processes listening on port 443)
<br>
<br><pre>sudo netstat -plutn | grep :443</pre>
From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.