updates
October 23, 2023, 10:29am
1
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
Thank you for your help,
Roberto
George
October 23, 2023, 11:01am
2
Please update to the latest beta, the problem is solved there.
See also:
Setting up a new server and finding that traefik is configuring itself to use the letsencrypt staging server.
Any idea why this might be?
{
"leresolver": {
"Account": {
"Email": "ken@uniqueideas.com",
"Registration": {
"body": {
"status": "valid",
"contact": [
"mailto:ken@uniqueideas.com"
]
},
"uri": "https://acme-staging-v02.api.letsencrypt.org/acme/acct/REDACTED"
},
"PrivateKey": "MIIJKQIBAAKC -- …
updates
October 23, 2023, 11:07am
3
@George thank you .
I m currenty using Beta 14. but still have the problem
George
October 23, 2023, 11:36am
4
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
updates
October 23, 2023, 12:31pm
5
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