-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for "attach" through the forward proxy (with authentication). #3704
Comments
That's already possible and should even be auto-detected on platforms where |
Thanks for you answer,
Thx |
@Laxhy Your URI has This proxy feature is available in 4.4.x and later. Also, if you're on MS Windows, you should be using |
Thanks a lot |
@totaam I have one more question. (It is possible that it is a problem on the side of the proxy server). But I will try to ask: Log from the client site:
On the proxy server:
It's probably an SSL problem, but I have no idea what to do with it :( Thx |
This one is unrelated and this is news to me! Caused by 31f2d62 and fixed by 919036d As for the socks proxy error Lines 920 to 930 in 70b897e
That's because PySocks does not support SSL: Anorov/PySocks#29 Perhaps we should add a big warning message that ssl connections will bypass the proxy settings? |
To connect from a secure site to an external xpra server, it is necessary to use a "forward proxy".
Add parameters for the possibility of proxy definition, similar to what is possible with java.
Thx
The text was updated successfully, but these errors were encountered: