Closed tony-gamble-asos closed 2 years ago
This should now be fixed with v1.0.0 release (https://github.com/microsoft/service-fabric-traefik/pull/17).
@egaribay77
I still can not see any way to configure the tls options as below:
http:
routers:
Router-1:
rule: "Host(`foo-domain`) && Path(`/foo-path/`)"
service: service-id
# will terminate the TLS request
tls: {}
User figured it out on their own. Need to specify the tls.options label but with no value
According to your documentation :
This results in the following router set up
The intended use of options is to provide a reference to defined options, rather than a Boolean value
https://doc.traefik.io/traefik/routing/routers/#tls
Also there is no way to configure TLS with no options specified ie