How to access my website using https 443 port

110 Views Asked by At

I have an Ec2 with Ubuntu 22.04 version running my node.js app. I have installed nginx server for reverse proxy which is working fine. I have bought a domain from GoDaddy. Website Hosted on server on Ec2 instance. I wanted to secure my website with SSL certificate. I have use Let's Encrypt, Certbot for SSL certificate. Since I don't have Cpanel access to my website in GoDaddy I have to manually install certbot. I have successfully installed SSL certificate on my instance.

I have also used --manual-auth-hook for auto renewal of certificate. I have use API keys to connect with --manual-auth-hook. I have used OpenSSL commands. I am unable to access my website through https port. When I am type: sudo netstat -tunlp command. I can't see port 443 on the servers.

0

There are 0 best solutions below