encryptionhttpsphabricator

Phabricator: running over https, doesn't load any images. Firefox reports blocking unencrypted content


Phabricator: running over https, doesn't load any images. Firefox reports blocking unencrypted content.

If I click that little shield thingy next to 'https', and select "Disable protection for now" with "Options" button, things seem to work fine.

I added https:// in phabricator.production-uri and phabricator.allowed-uris with no luck.


Solution

  • Found it:

    bin/config set phabricator.base-uri https://<your-base-url>
    bin/phd restart
    

    I had previously added that https url in phabricator.production-uri and phabricator.allowed-uris (I don't know if that mattered).

    Warning: At one point, I was able to complete messup the login screen. Probably because I didn't run bin/phd restart. If that happens, restore phabricator.base-uri to its previous value.