Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Accepted Answer
Hi,
You have a redirect to HTTPS in your port 80 vhost. But you’re missing the SSL vhost (for port 443). So Apache isn’t listening on that port at all. Hence the connection reset error:
$ curl -I http://savings.corpreneur.com.ng/ HTTP/1.1 301 Moved Permanently Date: Fri, 28 Sep 2018 19:15:13 GMT Server: Apache/2.4.6 (CentOS) Location: https://savings.corpreneur.com.ng/ Content-Type: text/html; charset=iso-8859-1
$ curl -vvv https://savings.corpreneur.com.ng/
Thanks very much, I just needed to install cert-bot. Everything was taken care of with cert-bot auto.
Am grateful