-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
After upgrading to 0.17.9 can't connect to any homeserver (proxy setting trouble) with new Electron setup #8229
Comments
Okay I checked from another network without the proxy and everything is fine. |
If you want to specify a proxy see https://github.com/vector-im/riot-web/issues/3320#issuecomment-318668688 |
I know there are possibilities to do so ('--proxy-pac-url=' https://electronjs.org/docs/api/chrome-command-line-switches). All I say is it was working out of the box on ver. 0.17.8 and still works. To tinker with commandline parameters is not an option for us sorry. |
I checked in the meantime and I'm not able to connect to the server even if I specify (in the app-0.17.9/Riot.exe) --proxy-server or --proxy-pac-url... :( |
Could be related to #8232 ... and not proxy settings... |
Now I modified the public_baseurl to the url without the :8443 but now on login I got CORS errors... |
If I've understood correctly, you're seeing this as soon as v0.17.9 starts with an existing session, ie. not logging it at the Riot login screen? If so, I don't think this is related to #8232. I'll try & test this in a bit: it could be an electron regression. |
Also there is no use if I try: The same app (0.17.9) is running from Firefox as a charm. I needed to change the public_baseurl from ...hu:8443 to ...hu (without the :8443) but this is another story. Desktop app 0.17.9 is still not working. ;( |
Just tried to reproduce this and I was able to set a proxy server in Windows 10 settings and Riot picked it up and used it. I've just noticed that the error is showing as tunnel connection failed, so it looks like Riot is trying to use the proxy server but failing. Does your proxy server require auth of some kind? Perhaps this is what has broken. |
Yes we need authentication for the proxy. |
Hi, The problem is not only related to electron I think. I configured a different HS in the login page and for somewhat reason, some XHR calls still go to the default HS and are not using the HS I configured in the login page. Any ideas? Thanks |
Is your issue related to proxies as well? If not, I would suggest filing a separate issue, as it sounds a bit different from the issue here. |
I created #8300 |
The problem is still present with 1.0 ;( |
Additionally I have seen when I put http:// instead of https:// (by mistake) I got Proxy Authentication Required error. Weird. |
With version 1.2.0 Riot-web started working with proxy using https://wiki.squid-cache.org/Features/NegotiateAuthentication... |
Description
After the upgrade from 0.17.8 to 0.17.9 we are not able to connect to homeserver (I see a magenta banner with Unable to connect to Homeserver. Retrying...). If I do nothing just start the 0.17.8 everything is fine.
Steps to reproduce
Version information
For the desktop app:
The text was updated successfully, but these errors were encountered: