Hello.
Is there a method/work around to be able to specify that a specific connection is allowed HTTP? I have a VM that requires isolation and I want to use LetsEncrypt certificates with that service only. I already have traefik serving many other services and I really don't want to have to label each and everyone of them with an HTTPS redirect, or simply now allow the HTTP connection.
Is there a way I can make an exception for a single service that will over-ride the catch all HTTPS redirect?