lua-nginx-module icon indicating copy to clipboard operation
lua-nginx-module copied to clipboard

feature: proxy_ssl_certificate_by_lua directives

Open willmafh opened this issue 3 months ago • 0 comments

proxy_ssl_certificate_by_lua directives

  • proxy_ssl_certificate_by_lua directives are working after receiving server certificate request message, allowing us to set the SSL certificate chain and the corresponding private key for the upstream SSL (https) connections.

  • a series of related PRs

  • some of the docs hasn't finished yet, since the PR has not been merged, and some release infos can't be added, please review the codes first and docs may be updated later

willmafh avatar Oct 14 '25 15:10 willmafh