SSL ERROR with laravel docker + traefik
Hello, I have a problem publishing a Laravel project, when I dockerize my project and put it through Trafik, the service runs normally, the problem is with the SSL, I want to add the certificates to the project, those configured correctly with Trafik, and my domain it has the certificate "securely", however when I go to a form, 2 things happen. The form redirects me to another page saying that it is insecure, or it usually gives me token problems. I would like to know how to dockerize it correctly. For this I am using the bitnami/laravel:9.5.2 image with tumbafik and it happens with all Laravel projects, what should I do?
Please or to participate in this conversation.