You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
rewrite Makefile, Nginx should be configured with SSL module (--with-http_ssl_module).
Since user-land encryption, sendfile is replaced with write. Thus, wrapper of write should be added in ngx.c.
Add script to generate RSA/ECDSA key for TLS server.
Similar changes can be referenced in SAIO in the coming weeks.
The text was updated successfully, but these errors were encountered:
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:
--with-http_ssl_module
).sendfile
is replaced withwrite
. Thus, wrapper ofwrite
should be added inngx.c
.Similar changes can be referenced in SAIO in the coming weeks.
The text was updated successfully, but these errors were encountered: