Re: Reverse proxy to traefik

2022-07-08 Thread Francis Daly
On Thu, Jul 07, 2022 at 11:17:03AM -0300, Daniel A. Rodriguez wrote: Hi there, > Nginx is actually working as RP for several subdomains for which is also SSL > termination. The traefik box is out of my scope, but it has the ability to > negotiate TLS certificates for its own. That's why I need to

Re: Reverse proxy to traefik

2022-07-07 Thread Daniel A. Rodriguez
El 6/7/22 a las 10:47, Francis Daly escribió: On Tue, Jul 05, 2022 at 12:53:05PM +, Daniel Armando Rodriguez via nginx wrote: 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, Made this representation to illu

Re: Reverse proxy to traefik

2022-07-06 Thread Francis Daly
On Tue, Jul 05, 2022 at 12:53:05PM +, Daniel Armando Rodriguez via nginx wrote: > 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, > > > Made this representation to illustrate the situation. > > > https://

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

Re: Reverse proxy to traefik

2022-07-02 Thread Francis Daly
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 stuck, as the SSL management against Let's Encr

Reverse proxy to traefik

2022-06-24 Thread Daniel Armando Rodriguez
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 stuck, as the SSL management against Let's Encrypt needs both HTTP and HTTPS traffic. I would appreciate any further guidan