I’m having the issue that every time I open OpenPHT I get a dialog if I want to accept incoming network connections. Anyone else having this issue?
I’m running Mac OS X 10.11.1
I’m having the issue that every time I open OpenPHT I get a dialog if I want to accept incoming network connections. Anyone else having this issue?
I’m running Mac OS X 10.11.1
@ocin said:
I’m having the issue that every time I open OpenPHT I get a dialog if I want to accept incoming network connections. Anyone else having this issue?I’m running Mac OS X 10.11.1
Paste this in terminal and you should only need to accept 1 more time.
sudo codesign --force --sign - /Applications/OpenPHT.app
Worked like a charm, thanks!
Genius, thanks! A variation of this also fixed a similar problem with my Plex Media Server too 

I’ve installed Plex Connect Media Server and Plex Connect-master on my iMac running OS X El Capitan in order to get Plex on my Apple TV 3. I’ve tried the suggestions above and it’s not working. I’ve tried changing the application app too and nothing. Any other suggestions?
Try this:
sudo codesign --force --sign - /usr/bin/python
or
sudo codesign --force --sign - /usr/local/bin/python
@dastonge said:
I’ve installed Plex Connect Media Server and Plex Connect-master on my iMac running OS X El Capitan in order to get Plex on my Apple TV 3. I’ve tried the suggestions above and it’s not working. I’ve tried changing the application app too and nothing. Any other suggestions?
I had the same problem. I used the string but dragged the app to terminal rather than typing. Looks like this:
sudo codesign --force --sign - /Applications/Plex\ Media\ Server.app

Allow one more time and it hasn’t asked again.
Good tip @distearth – that worked for me today as well. Thanks.