nodeSolidServer / nodeSolidServer/node-solid-server
WebId-TLS can‘t work when behind Nginx
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 308
- PR merge metrics
- No merged PRs in 30d
Description
I built a WebId(https://eureka.name/profile/card#me ) using the Solid Server and Nginx as reverse proxy(ref solution 4:https://github.com/solid/node-solid-server/wiki/Running-Solid-behind-a-reverse-proxy), but if I Log in with Certificate(WebId-TLS), I always get a response of "504 Gateway Time-out" from Nginx. I guess the SSL certificate cannot reach the Solid Server or something else wrong, how to set Nginx, or should I modify some settings in config.json to run solid server, or solid server just have this issue?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the WebId-TLS login through Nginx and reviewing the reverse-proxy configuration from wiki solution 4 alongside Solid's config.json. Determine whether the certificate reaches the Solid Server and identify why Nginx returns a 504; done means certificate login works successfully through the proxy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx, nodejs
- Domain
- authentication, backend, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100