Skip to content

Rc4 password problemEn

Michael-X-Net edited this page Feb 4, 2023 · 1 revision

The password used for communication between Goagent client and server

  • RC4 Password Description Because in fact, the communication between the client and the server has been encrypted using SSL, so it cannot be used as a means to prevent eavesdropping. But it can prevent your Appid from being abused by others when it is accidentally leaked, consuming your traffic.

  • _If you want to configure XX-Net and share it with your friends. _ The RC4 password can be used to invalidate the previously shared version, force them to update to the new version, or no longer share it with them.

  • suggestion Setting the password for the first time will increase the chance of making mistakes. You can deploy it once first, and then set the password after success. Now GAE is charged, remember to set a password to use.

  • Deployment method: cd XX-Net\code\default\gae_proxy\server\ uploader.py <appids> [-debug] [-password rc4_password]

Clone this wiki locally