-
Notifications
You must be signed in to change notification settings - Fork 60
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
issue with Google Chrome and TLS proxy (Nginx or Apache) [not with Firefox] - client #299
Comments
I don't think that the proxy is relevant to this ticket, is it? What version of Firefox are you testing with? Yes, it's likely that the offscreen worker is the problem, as this is disabled in some Firefox versions, so it won't go through the xpra-html5/html5/js/OffscreenDecodeWorkerHelper.js Lines 27 to 34 in 085e0df
|
I downgrade the package xpra-html5 to the version 8.1-r9-1. And now it is working with all browser and without changing any configuration on the proxy. @totaam : I test with firefox 124.0.1 (64-bit) |
after I switch back to the version xpra-html5 (13-r1543-1). I can see that in Firefox. I having this message about canva:
|
The code that triggers the problem is more recent that that.
As expected. Please answer all the questions. |
please find the nginx.conf:
|
In particular: can you reproduce this without the proxy. |
Without the proxy in https, I can connect to xpra directly with the browser even with my own certificate or an autogenerate one. What is strange is at the time, I arrived at the point that on the same proxy and with chrome 1 xpra application was working and an another was not working. I didn't have any issue with Firefox to access both application. I controlled the setting in Nginx and both setting was exactly same. I even restart nginx service. The version of the package xpra-html5 was (13-r1543-1). Without any effect. Did you any change between on xpra-html5 between "8.1-r9-1" and "10.1-r10-1 and later" which can cause this bug? I also made this modification in the nginx.conf:
|
This is probably just a problem of cached files. |
Describe the bug
I am trying to use my web browser to connect in https to a proxy server. This proxy server will rewrite the request xpra in websocket (ws) which is listening on the same machine with bind-tcp feature activated with all setting with default. The proxy server is working perfectly in HTTP with all browser. The browser to XPRA is working perfectly with all browser. In HTTPS, only Firefox is working without any console issue, but on Google chrome or Edge I have having this issue:
To Reproduce
Steps to reproduce the behavior:
I would like that chrome is acting like Firefox and start websocket connection upgrade. Chrome with working before. I suspect a recent incompatibility between chrome and XPRA.
Maybe link to this bug: #287 ?
System Information (please complete the following information):
The text was updated successfully, but these errors were encountered: