SSL certificate is not working

HI

I moved my site from linode to digital ocean. And I am using nginx. I added certbot certificate which went fine. but I can’t access my site with https.

Any help will be helpful.
Domain: codeistalk.com

Thanks

1 Like

Most likely your nginx sever do not listen on port 443 with HTTPS protocol. You may check this with

netstat --inet --inet6 -pan | grep nginx

command.

1 Like

It seems to be working. Let me try with other domain too if that works out well.

Thanks for response.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.