Hi, we’re having an issue on our laravel based app. The digital ocean domain as well as ours are not having the security certificates assigned and that is causing issues. Any idea what might be the problem?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
If SSL certificates aren’t being assigned, it’s usually one of two things:
DNS not fully propagated or misconfigured – make sure your domain is correctly pointed (CNAME for subdomains or A record for apex domains).
Certificate provisioning failed – try re-deploying your app on App Platform to trigger a new SSL setup.
Also, make sure there’s no redirect loop or mixed content causing the logout to hit an insecure URL.
If you think that it is an issue with the Platform itself, you can submit a ticket at do.co/support.
- Bobby