Hello, I'm using openresty to create an API proxy. Different API has different target url.
The API routing logic is implemented by lua. Target url is set to ngx.ctx.upstream_url for nginx to send.
There is a requirement that set different ssl client certificate for different target url. Is there any to do this?
Thanks!