Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Windows Firewall complaining #68

Open
Mellnik opened this issue Jul 8, 2015 · 5 comments
Open

Windows Firewall complaining #68

Mellnik opened this issue Jul 8, 2015 · 5 comments

Comments

@Mellnik
Copy link

Mellnik commented Jul 8, 2015

Whenever I start a compiled client program with raknet, Windows Firewall opens and asks to whitelist the program. Why is that? It is just client program connect to a server. It even happens when using the example code.

@Klaim
Copy link

Klaim commented Jul 8, 2015

That's normal, you have an executable from nowhere that tries to use the network so the default behaviour of the Windows firewall is to make sure you are aware of this and let you allow it or not. You can change the behaviour in the firewall settings if you want.
It will ask permissions once per file path, so if you build an exe and run it and run it again it will not ask again. However if you build in Release mode then in Debug, each one have a different path so it will ask once.

@Mellnik
Copy link
Author

Mellnik commented Jul 8, 2015

But I didn't get this message with other internet applications like Firefox, Skype, GitHub Windows or SA-MP/MTA:SA (uses RakNet).

@ensiform
Copy link

ensiform commented Jul 8, 2015

Those applications are signed and trusted so they are allowed by default I think.

@Mellnik
Copy link
Author

Mellnik commented Jul 8, 2015

Uh are you all united against me? Ok, another example: Compiling code with selfcompiled libcurl doesn't ask me too.

@larku
Copy link

larku commented Jul 8, 2015

That'll most likely be because lubcurl will be using port 80, or 443, etc all trusted ports.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants