Connections using insecure transport are prohibited while --require_secure_transport=ON

Viewed 31

I'm using WSL2 in Windows to run a Laravel project with docker-compose, everything was working fine, until this error. When a try to run migrate, this error appear, I know that error is about SSL certificate, but I dont know how to fix. This project already have a ssl folder with DigiCertGlobalRootCA.crt.pem file

enter image description here

I tried add ssl path in .ini file, it doesnt worked

0 Answers
Related