I have just launched a new project using Docker and NodeJS. It appears that Traefik has installed with no errors. However, the certificate on the site is not valid. It also says its STAGING??
The site is appearing unsecured still. Any idea what is going on?
Its worth mentioning I have launched many sites before this with the exact same setup (prior to v6 release) and it always was successful.
Okay so in order for me to get this to work, I had to remove the server entirely and add a new one. Then install traefik on the new server, then edit the code to remove that staging line, then redeploy.
By simply removing traefik off the older server and re-adding it, or by removing the staging line then redeploying, it simply did not work. I tried everything - killing all services, restarting, etc and nothing worked. You have to add a new server as it seems as though the old server did not pick up the changes that were made.
Anyway, it’s all working now.
Thanks for the tip and hopefully this helps someone who is having the same issue.