Force https without certificate locally #4120
Unanswered
javierguzman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I have changed my native Synology NAS reverse proxy with nginx proxy manager and I've ported the local domains I had. However, I'm getting problems to make n8n work. I've been searching a lot and I think is due to not able to force https without a certificate or the websockets headers. Specifically I made it working previously with this guide https://mariushosting.com/how-to-install-n8n-on-your-synology-nas/
Therefore, my questions are:
How do I add proxy headers properly? I used the advanced tab and added:
proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";
Without success.
Thank you in advance and regards
Beta Was this translation helpful? Give feedback.
All reactions