Why does PyCharm listen on three ports?
My local pycharm is listening on ports
127.0.0.1:42014 and on
127.0.0.1:6942 and **which is critical **on
0.0.0.0:63342 .
The questions are:
1. Why?
2. Is there a way to turn this off? (I do not mean to turn on my local firewall)
3. Does pycharm open any sockets to connect jetbrains?
127.0.0.1:42014 and on
127.0.0.1:6942 and **which is critical **on
0.0.0.0:63342 .
The questions are:
1. Why?
2. Is there a way to turn this off? (I do not mean to turn on my local firewall)
3. Does pycharm open any sockets to connect jetbrains?
Please sign in to leave a comment.
JetBrains never initiates any network connections to any JetBrains product instances running on users' machines.
Thanks, I checked this with EAP version 1764
Now it listens to the port
0.0.0.0:10001
Any idea how to switch this one off?