I try to make a https request over the http endpoint, and it is working with a self-signed cert with traefik. Is there any method to disable the https support on the http endpoint?
So it is possible to submit a https request to port 80, and traefik tries to answer this request (e.g. a 404 HTTP Response), instead, I would expect, that traefik answers with an Error (SSL_connect: SSL_ERROR_SYSCALL).
How can I configure traefik, so that only http (and not https) is possible?