Our Phabricator install uses HTTPS and I followed directions on https://secure.phabricator.com/book/phabricator/article/notifications/ to set up ssl-cert and ssl-key settings.
Now when I try to run ./bin/aphlict start the feedback I get is that the server has started, but then it starts to repeatedly ask me for my PEM passphrase, like this:
administrator@ubuntu:/phabricator/phabricator$ Enter PEM pass phrase: Enter PEM pass phrase: Enter PEM pass phrase: Enter PEM pass phrase:
It never actually lets me enter the passphrase and everything I enter is interpreted as a bash command. If I run it like ./bin/aphlict debug it brings up the PEM pass phrase prompt, lets me enter the passphrase and then runs as expected.