How to fix: Let’s Encrypt issue in alpine linux - SSL certificate problem certificate has expired
Channel:
Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=XVU5GlD0cho
https://www.latcoding.com/2023/06/30/lets-encrypt-certificate-expired/
---
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.
Other Videos By Ambar Hasbiyatmoko
Tags:
let's encrypt
ssl
certificate
error
cert
alpine linux
alpine docker
container
docker
API
curl
chain
linux
terminal