Joe Fritsch
Joe Fritsch

Reputation: 71

PhpStorm 8.0.2 always asks to allow incoming network connections

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?

Upvotes: 7

Views: 853

Answers (4)

jfmercer
jfmercer

Reputation: 3731

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.

Upvotes: 3

borisdiakur
borisdiakur

Reputation: 12122

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

Upvotes: 1

Azimi
Azimi

Reputation: 9667

codesign -s "my codesign" -f /Applications/PhpStorm.app/

self signing osx applications

Upvotes: 0

lena
lena

Reputation: 93868

This is a known issue - please see IDEA-129941.

Upvotes: 0

Related Questions