2 Answers
- Newest
- Most votes
- Most comments
0
I've figured it out. Simple thing is now my EC2 instance is on IPv6 only and my apps are cURLing to external IPv4 sites, sending emails using AWS SES (seems not in ipv6 yet). So the timeouts. I've added elastic IP temporarily until AWS SES support IPv6.
answered 8 months ago
0
Hi,
Is your PHP stack including curl, opensll up-to-date?
See https://kinsta.com/knowledgebase/curl-error-28/
Outdated software or limited server resources may cause cURL requests to time out. For example,
outdated PHP, cURL library, or OpenSSL could trigger the cURL error 28. You can read our article
on the ideal WordPress PHP and server requirements to see if the values match up.
Best,
Didier
Relevant content
- asked 7 months ago
- asked 7 months ago
- Accepted Answerasked 5 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
Hi Didier - Yes, it was always working and even prior migrating to new Vpc. Tried the article but same issues still pertain. Only when an elastic IP is assigned to the instance, everything speeds up. Pls advice.