Hello,
We have security.alternate-file-domain unset
(bitnami@ip-172-31-90-116:/opt/bitnami$ sudo apps/phabricator/htdocs/bin/config delete security.alternate-file-domain
Usage Exception: Configuration key 'security.alternate-file-domain' is not set in local configuration!)
and when trying to use https the page is rendered as text only because all the assets are specified in the page source like:
http://34.248.21.133:80/res/phabricator/e132a80f/rsrc/favicons/mask-icon.svg
rather than https, and so are ignored by the browser.
How can we fix this easily (ie: without registering a domain name etc.)? I actually followed the instructions for creating a self-signed certificate for amazonaws.com, but when the *.amazonaws.com address is entered, the browser converts it to an IP address.
Thanks for any help.