Keywords: Django - AWS - Technical issue - Secure Connections (SSL/HTTPS)
bnsupport ID: 4a2c1639-f3ff-e757-9dc3-b58738a416c1
Description:
Hi everyone.
I am deploying a Django application on an AWS Lightsail Django Instance, following the official tutorial.
Everything worked fine, so I created a static IP in the Lightsail console, added an "A" entry in my DNS dashboard to point to the static IP, and ran the bncert-tool
(with HTTP to HTTPS redirection set to yes).
Now, whenever I connect to the static IP or the domain using HTTPS, the default bitnami page shows up. If I connect to the static IP without the HTTPS, my app shows up.
I have found 3 topics with the same issue:
* One titled " Default Bitnami landing page not going away after SSL renewal " (can't link because the account is new, sorry) - changing the configuration as suggested in the solution did not work
* https://community.bitnami.com/t/https-is-redirecting-to-default-bitnami-page/87672 - again, did not work
* https://community.bitnami.com/t/bitnami-default-page-after-lets-encrypt-ssl/78302 - I don't have a ServerAlias *
line, and the suggested text was already added/generated by the tool, I believe
What other steps should I take?
If there are any files you need just let me know.