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

Support TLS in Nginx #17

Open
eecheng87 opened this issue May 20, 2022 · 0 comments
Open

Support TLS in Nginx #17

eecheng87 opened this issue May 20, 2022 · 0 comments

Comments

@eecheng87
Copy link
Owner

eecheng87 commented May 20, 2022

The current implementation doesn't consider TLS processing. However, SSL/TLS have been employed (typically in the form
of HTTPS) by 64.3% of the 137,502 most popular websites on the Internet as reported in November 2018.

Expected modifications:

  1. rewrite Makefile, Nginx should be configured with SSL module (--with-http_ssl_module).
  2. Since user-land encryption, sendfile is replaced with write. Thus, wrapper of write should be added in ngx.c.
  3. Add script to generate RSA/ECDSA key for TLS server.

Similar changes can be referenced in SAIO in the coming weeks.

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