Skip to content
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

Running Talk behind Cloudflare Tunnel - not redirecting to different host #331

Open
mrceperka opened this issue Sep 12, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mrceperka
Copy link

mrceperka commented Sep 12, 2022

Hello,

I am stuck with this error on my nextcloud/aio installation.
It's coming from websocket.

{
  "id": "1",
  "type": "error",
  "error": {
    "code": "internal_error",
    "message": "Post \"https://mrceperka.cloudflareaccess.com/cdn-cgi/access/login/(truncated...)\": not redirecting to different host"
  }
}

Probably caused by this line:

return ErrNotRedirecting

Would it be possible to add allowlist of hosts to skip this check?

Thanks in advance, good night :D

@fancycode
Copy link
Member

This is currently not planned, but I'll happily accept pull-requests that implement such a list to allow redirects to some defined hosts.

@fancycode fancycode added enhancement New feature or request help wanted Extra attention is needed labels Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants