-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Custom handshaker extension: can it be used to implement dynamic tls termination #20708
Comments
@htuch pls help if that would help or pls refer the right person to ask this. |
I think this is asking for the same thing as #18928. @vorishirne does that sound correct? |
Oh thats an exact match.He is having that as part of a listener filter.
|
Interesting. This subjectLocalCertificate is supposed to be called after the handshake is done. To drive the handshake, you need a certificate. I am not sure how you'd like to moving forward with a new subjectLocalCertificate() impl |
Any function that would ask for the certificate to send to the client. I want to tweak in that. |
But now I think the dedicated change from above mentioned issue are already the suitable ones. Will try them only |
Description: I want to implement client side forward proxy, for which i may need to generate certificates for each domain that user has requested at runtime. Need help if Custom handshaker extension is not what I am looking for. If yes, what are your suggestions to make my requirement possible with envoy
The text was updated successfully, but these errors were encountered: