Traefik issuing Staging Certificate on Production Server (HTTPS not working)

Hello Everybody.

I’m deploying new servers on DO with Wappler Beta 6 and get problem with traefik certificates.
it seems I got on production server the staging certificate…

How can I fix this problem. All the server deployed are not HTTPS :frowning:

Thank you for your help,

Roberto

Please update to the latest beta, the problem is solved there.

See also:

@George thank you .
I m currenty using Beta 14. but still have the problem :frowning:

Screenshot 2023-10-23 alle 13.14.45

You can edit the dockerfile by clicking edit in code from the context menu of the services and remove the staging server reference. Or you can completely remove and add traefik again first.

1 Like

It worked, I just commented the related line and killed and re-deployed traefik

#- ‘–certificatesresolvers.leresolver.acme.caserver=https://acme-staging-v02.api.letsencrypt.org/directory’

Thank you very much !

2 Likes