Traefik wait for SSL issue

Is there a way to have traefik wait for ACME to issue the SSL before routing traffic to the service?

For what I've seen on my tests (traefik + acme + route53) I can route to any of the services behind traefik before SSL is present, this is problematic for some automation i'm working on. I'm hoping traefik does have something that I can query (healtch check for the router?) instead of having to write some "glue" code to test for SSL being ready.