kingmo888 / rustdesk-api-server

基于Django的RustDesk Api&Web Server,除了支持api所有功能,还支持web注册、管理、展示等。已支持到最新1.3.1版本。
878 stars 206 forks source link

Can't login if use any kind of proxy - httpS or socks #155

Open GusevVictor opened 1 week ago

GusevVictor commented 1 week ago

He there, please fix it (tested on v 1.3.0 - 1.3.1 windows client). If I setup any kind of httpS/socks proxy in that section:

image

I can see remote desktop but can't login and see address book also.

image

Best regards for any help.

kingmo888 commented 1 week ago

Yes, the proxy part is currently not being tested.

GusevVictor commented 1 week ago

Yes, the proxy part is currently not being tested.

I will glad if you can fix that because it's important to use that for block users which is no longer belong to work team.

GusevVictor commented 2 days ago

Dear @kingmo888 for implement this I think that you need to implement api witch is allow to connect only by tcp mode. It's avalible only in real PRO version.

kingmo888 commented 1 day ago

Dear @kingmo888 for implement this I think that you need to implement api witch is allow to connect only by tcp mode. It's avalible only in real PRO version.亲爱的 @kingmo888,为了实现这一点,我认为您需要实现仅允许通过 tcp 模式连接的 api。它仅在真正的 PRO 版本中可用。

We may have a misunderstanding about the agent. Even if the proxy mode requires an account or password, it should not block communication between the client and server. In other words, after configuring the proxy, you intercepted the communication between the client and the server. However, if a client that already knows the server information does not configure the proxy information, cannot it access the server? It's not true.