https://www.latcoding.com/2023/06/30/...
---
I have an app (PHP) running on alpine docker image. When i use curl() to call API, i can't get any response (just blank). Then i debug the curl using curl_error(), and it shows an error response:
SSL certificate problem certificate has expired
The solution to fix that issue is deleting DST ROOT CA X3 in alpine docker. After doing that, restart webserver dan container as well.