Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 829
FractalSpace Avatar asked Aug 14 '15 01:08

FractalSpace


1 Answers

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.

like image 123
FractalSpace Avatar answered Oct 28 '22 00:10

FractalSpace