-
Notifications
You must be signed in to change notification settings - Fork 21
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
feat(stream) add upstream ssl ffi function and stream client ssl ffi function #50
Conversation
oowl
commented
Nov 2, 2022
•
edited
Loading
edited
- extend stream module upstream ssl client function to support dynamic upstream ssl cert
- extend stream tls request client_certificate_chain
might consider make a common helper function to reduce copy paste. although |
befcfb0 this pr will be revert because openresty official API support this feature, wanting for this I will rebase to master. |
3c6624d
to
a18ca8c
Compare
eca03e9
to
f4f97af
Compare
How about adjusting the codes under |
@catbro666 I think it's not needed because many Nginx modules use this file struct in the code base. |