Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PhpStorm 8.0.2 always asks to allow incoming network connections

Tags:

macos

phpstorm

After updating to PhpStorm 8.0.2 I am asked to allow incoming network connections. I configured this option for the program PhpStorm.app in System Preferences (allow incoming connections), but am still asked. Is there another place that this setting is stored in order to persist?

like image 949
Joe Fritsch Avatar asked Dec 16 '14 23:12

Joe Fritsch


2 Answers

Here's a workaround from the above-mentioned bugtracker:

This is still happening in PhpStorm 8.0.2. "Only non-JB plugin I have is .ignore support. Work-around is to grant self-signed cert via terminal:

sudo codesign --force --deep --sign - /Applications/PhpStorm.app/

I myself am very wary about self-signing anything that I haven't personally written; however, this "solution" purportedly works.

like image 60
jfmercer Avatar answered Sep 29 '22 14:09

jfmercer


You can simply reinstall the IDEA and the issue will be gone (at least until the next update).

like image 21
borisdiakur Avatar answered Sep 29 '22 13:09

borisdiakur