Hello everyone,
I use Traefik for a year now at work and at home. Everything works great, but I'm struggling with the same problem for a long time.
I would like to know if it is possible to make an https redirection on the same entrypoint.
For example, define an entrypoint with the port 12345 that allow making any request and the request is automatically redirect to http like that:
test.company.com:12345 --> https://test.company.com:12345
Or do we need to define obligatory two different entrypoints?
Thanks in advance.