Skip to content

Can I use Nginx as a reverse proxy for Kong? #7631

Answered by fffonion
tmdonalds asked this question in Help
Discussion options

You must be logged in to vote

Hi @tmdonalds, if I understand correctly, you are trying to configure Kong to accept requests that are authenticated by
client certificates. That feature is in Enterprise offering as [mtls auth plugin](https://docs.konghq.com/hub/kong-inc/mtls-auth/l;
without the plugin, you an still inject nginx directvies (http://nginx.org/en/docs/http/ngx_http_ssl_module.html#ssl_verify_client)
to do the similar feature, just that all Routes in Kong are expected to be authenticated by the same client cert auth.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tmdonalds
Comment options

Answer selected by guanlan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
area/kubernetes Issues where Kong is running on top of Kubernetes
2 participants