-
Notifications
You must be signed in to change notification settings - Fork 43
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
Test client - Can't connect to server - invalid header #191
Comments
I was able to do a quick-and-dirty fix to get test_client working by adding some headers as referenced in websockets-rs/rust-websocket#258. I hard-coded the "Host" header since I didn't have time to dig deeper into the code. Diff:
|
This is issue is blocking notify_push server ! |
Fixed with 03aa38d |
Still getting this error with the version included in current docker containers (0.6.3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Notify push has been installed properly but test client fails to connect.
Nextcloud server VM is behind a reverse proxy instance on a separate VM.
Nginx reverse proxy is configured as listed here:
Metrics also appear to show activity:
However upon trying to connect test_client I get this:
Debug shows this:
The text was updated successfully, but these errors were encountered: