Adding support for OpenSSL engine in Nginx Ingress controller

2022-07-05 Thread Amira S
Hello, I want to add support for an ssl_engine + ssl_certificate/key directives in the nignx.conf that configures an nginx server for ingress on kubernetes. This functionality is not provided by default, and I read that Snippets may be the recommended way to add such support. Could you please as

Re: Reverse proxy to traefik

2022-07-05 Thread Daniel Armando Rodriguez via nginx
El 2022-07-02 08:24, Francis Daly escribió: On Fri, Jun 24, 2022 at 04:23:54PM -0300, Daniel Armando Rodriguez wrote: Hi there, I need to forward HTTP/HTTPS stream to a traefik within docker container. Additionally, this traefik is also SSL termination. And just at this point where I am stuc