mandatoryprogrammer / mandatoryprogrammer/xsshunter-express
Disable automatic SSL/TLS setup
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 428
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful to be able to disable the automatic SSL/TLS so that you can handle the certificates seperately.
For example, I already have an nginx reverse proxy setup with my cloudflare origin certificates. I don't need the automatic certificates and stuff, so if I could run it over http and handle the rest myself that would be useful.
Contributor guide
No contributing guide indexed for this repository
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 locating the automatic SSL/TLS setup and its configuration entry point. Trace how the server is started, then define the HTTP-only behavior needed for deployments behind an nginx reverse proxy; done means automatic certificates can be disabled without preventing the service from running.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nginx
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100