# LetsEncrypt Acme Challenge error

**URL:** https://discourse.roots.io/t/letsencrypt-acme-challenge-error/6295
**Category:** trellis
**Created:** 2016-03-26T01:34:59Z
**Posts:** 40
**Showing post:** 7 of 40

## Post 7 by @fullyint — 2016-04-26T20:59:03Z

@graphbb Could you try this?

- Set ssl [`enabled: false`](https://github.com/roots/trellis/blob/ed6c63587adb3ffbdd60f64644470d9f7d81d13d/group_vars/production/wordpress_sites.yml#L16)
- Run `ansible-playbook server.yml -e env=<environment> --tags wordpress`  
This will create a fresh Nginx conf, which this time shouldn’t be trying to load the apparently missing file `/etc/nginx/ssl/letsencrypt/ssltest.com-bundled.cert`
- Set ssl back to `enabled: true`
- Run `ansible-playbook server.yml -e env=<environment> --tags letsencrypt`  
This time the Nginx stuff shouldn’t choke on the missing cert file

If that doesn’t work, could you post your relevant `wordpress_sites` list?

---

_[View the full topic](https://discourse.roots.io/t/letsencrypt-acme-challenge-error/6295)._
