peteeeeeee
New Pleskian
- Server operating system version
- CentOS Linux 7.9.2009 (Core)
- Plesk version and microupdate number
- Plesk Obsidian Version 18.0.52
I am hosting Plesk in aws ec2, recently added some security group inbound rules, and let's encrypt seems cannot renew. As it is an internal site, so 80/443 port is not accessible to the public. May I know what should I do to renew the Let's Encrypt cert? What IP/ port should I configure in inbound rules?
I found the below error:
I found the below error:
JSON:
{
"identifier": {
"type": "dns",
"value": "xxx.xxx.com"
},
"status": "invalid",
"expires": "2023-06-14T03:42:33Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:connection",
"detail": "x.x.x.x: Fetching http://xxx.xxx.com/.well-known/acme-challenge/VFeX-xeaPhH-6BZA...: Timeout during connect (likely firewall problem)",
"status": 400
},
"url": "https://acme-v02.api.letsencrypt.org/acme/chall-v3/234622951847/g1GmzQ",
"token": "VFeX-xeaPhH-6BZA...",
"validationRecord": [
{
"url": "http://xxx.xxx.com/.well-known/acme-challenge/VFeX-xeaPhH-6BZA...",
"hostname": "xxx.xxx.com",
"port": "80",
"addressesResolved": [
"x.x.x.x"
],
"addressUsed": "x.x.x.x"
}
],
"validated": "2023-06-07T03:42:34Z"
}
]
}