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
I am using OpenResty version 1.19.9 ngx_ Lua to 0.10.20. I am currently using resty.http to configure bidirectional authentication for HTTPS TLS. What configuration do I need to do or can I provide relevant sample code
The text was updated successfully, but these errors were encountered:
Unfortunately this feature is still not available in an OpenResty release. You will need to use OpenResty 1.21.4.2 RC1 to try it out.
lua-resty-http simply provides an option to supply a client certificate, but under the hood the work is done by the lua-nginx-module API. Therefore, the documentation that you need can be found here: https://github.com/openresty/lua-nginx-module#tcpsocksetclientcert
Once you have understood how to configure things on the OpenResty side, you can simply supply that configuration to lua-resty-http during connect, and it will handle it for you: https://github.com/ledgetech/lua-resty-http#connect
I am using OpenResty version 1.19.9 ngx_ Lua to 0.10.20. I am currently using resty.http to configure bidirectional authentication for HTTPS TLS. What configuration do I need to do or can I provide relevant sample code
The text was updated successfully, but these errors were encountered: