Igor Kromin |   Consultant. Coder. Blogger. Tinkerer. Gamer.

I've started to get this prompt come up every time I opened IntelliJ: Do you want the application 'IntelliJ IDEA 14 CE.app' to accept incoming network connections?. This happened after doing an automatic update within IntelliJ itself. After a bit of messing around, I was able to come up with a solution to make this prompt disappear.
intellijnet.png


I checked the Security & Privacy settings, and IntelliJ was listed as allowed to accept incoming network connections there.

This is what I ended up doing. Open the Terminal.app and type in the text below. Make sure that IntelliJ is not running while you do this.
 Terminal
sudo codesign --force --deep --sign - /Applications/IntelliJ\ IDEA\ 14\ CE.app/


This will re-sign the app and the prompt will disappear. Note: You will get the prompt one more time after doing this, however it won't come up the next time.

You will see something like this in the terminal:
/Applications/IntelliJ IDEA 14 CE.app/: replacing existing signature




-i


A quick disclaimer...

Although I put in a great effort into researching all the topics I cover, mistakes can happen. Use of any information from my blog posts should be at own risk and I do not hold any liability towards any information misuse or damages caused by following any of my posts.

All content and opinions expressed on this Blog are my own and do not represent the opinions of my employer (Oracle). Use of any information contained in this blog post/article is subject to this disclaimer.
Hi! You can search my blog here ⤵
NOTE: (2022) This Blog is no longer maintained and I will not be answering any emails or comments.

I am now focusing on Atari Gamer.