I've been having trouble renewing SSL certs for several domains on my server. I followed the troubleshooting steps in this document : https://docs.directadmin.com/webservices/ssl/troubleshooting-letsencrypt.html but was unable to resolve the issue.
I believe that I have identified the problem, which is that the curl command it is running as part of the letsencrypt.sh script is not working properly. When I run the curl command from a different network, it is able to find the file, however when I run it from the server itself, it times out. I figure this must be a networking issue, since I am running the server from AWS, and it's possible that it is not able to access itself from the public IP.
Has anyone else run into this issue before who has a solution?
I believe that I have identified the problem, which is that the curl command it is running as part of the letsencrypt.sh script is not working properly. When I run the curl command from a different network, it is able to find the file, however when I run it from the server itself, it times out. I figure this must be a networking issue, since I am running the server from AWS, and it's possible that it is not able to access itself from the public IP.
Has anyone else run into this issue before who has a solution?