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

Outdated instructions for HTTPS/WSS in the wiki #981

Open
rnestler opened this issue Feb 23, 2025 · 0 comments
Open

Outdated instructions for HTTPS/WSS in the wiki #981

rnestler opened this issue Feb 23, 2025 · 0 comments

Comments

@rnestler
Copy link

In the wiki under https://github.com/jaedb/Iris/wiki/Advanced#encryption-httpswss there are example configurations for nginx. These are outdated and need to be changed:

  • Remove ssl directive (outdated since 1.15.0 and removed in 1.25.1, see https://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl)
  • I'm not sure why / is redirected to /iris
  • I needed to change the proxy_set_header directives for it to work:
                proxy_set_header Upgrade $http_upgrade;
                proxy_set_header Connection "upgrade";
                proxy_set_header Host $http_host;
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant