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
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
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.
It seems to be working. Let me try with other domain too if that works out well.
Thanks for response.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.