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

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=XVU5GlD0cho



Category:
Let's Play
Duration: 3:44
67 views
1


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


2023-08-20MySQL 5.7 - Setup master to master replication dengan docker di Ubuntu 20.04
2023-08-14How to fix wordpress - The server cannot process the image. This can happend if the server is busy
2023-07-30Ubuntu 22.04 - Open user's folder in home - Authentication is required to run gvfsd admin daemon
2023-07-29How to solve ssh in ubuntu - Failed to restart sshd.service: Unit sshd.service not found
2023-07-28Mengganti port SSH 22 ke port lain di Server Ubuntu (digitalocean)
2023-07-19Menggunakan .env variable pada codeigniter 3
2023-07-11Ubuntu 19.10 : The repository 'archive.ubuntu.com ubuntu eoan Release' does not have a Release file
2023-07-11How to fix repository - ascii codec can't decode by 0xc5 in position 92, ordinal not in range128
2023-07-02Setup mysql 5.7 with docker on VPS
2023-07-01How to fix docker - error creating container: initialize specified but the data directory has files
2023-06-30How to fix: Let’s Encrypt issue in alpine linux - SSL certificate problem certificate has expired
2023-06-25How to fix an issue in wordpress - download link with HTTP format not working in wordpress
2023-06-25How to solve wordpress - Article get 404 not found, The requested URL was not found on this server
2023-06-24How to fix error when installing wordpress - Uncaught Error: Call to undefined function wp()
2023-06-20Menghapus file logs loadbalancer pada S3 bucket secara otomatis menggunakan lifecycle rules
2023-06-12How to fix php-memcached in alpine - Cannot find autoconf. Please check your autoconf installation
2023-06-11Mengaktifkan logs pada Application Load Balancer (ALB) di Cloud AWS
2023-06-09Docker - Install nginx dan php-fpm7.3 di alpine image dan build container menjadi image baru
2023-06-07How to fix kubernetes error - pods is stuck on ContainerCreating, cni0 already has an IP address
2023-05-30How to fix php-fpm7.2 error in alpine container - The application environment is not set correctly
2023-05-21How to fix kubernetes v1.24.0 init error - failed to pull image k8s.gcr.io not found



Tags:
let's encrypt
ssl
certificate
error
cert
alpine linux
alpine docker
container
docker
API
curl
chain
linux
terminal