How to fix: Let’s Encrypt issue in alpine linux - SSL certificate problem certificate has expired

Опубликовано: 30 Июнь 2023
на канале: Ambar Hasbiyatmoko
253
1

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.