Hi,
I’ve done the following:
However, my app platform no longer works. Clicking on the old URL gives me a 400 bad gateway and clicking on the new domain gives me an SSL error (SSL_ERROR_INTERNAL_ERROR_ALERT on firefox). Are there other steps I need to take (e.g. in the spec file) to link up the SSL config for my custom domain?
Thanks
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,
This might have been a temporary hiccup, are you still seeing the issue?
Also, after setting your domain, did you also update the
ALLOWED_HOSTS
in your Djangosettings.py
file to include your custom domain and the App Platform URL?If you’ve defined the allowed hosts already and you are still seeing the issue, you could also reach out to the DigitalOcean support team who will be able to further investigate this for you as well:
Let me know how it goes!
- Bobby.