# Help with setting up Discourse ID

**URL:** https://meta.discourse.org/t/help-with-setting-up-discourse-id/388711
**Category:** Support
**Tags:** unsupported-install, discourse-id
**Created:** [November 14, 2025, 3:25pm UTC](https://meta.discourse.org/t/help-with-setting-up-discourse-id/388711 "2025-11-14T15:25:41Z")
**Posts on this page:** 1
**Showing post:** 28

<div class="post-metadata">

### Author: ![Roi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/roi/32/130587_2.png) [@Roi](https://meta.discourse.org/u/Roi)
#### Post date: [November 17, 2025, 7:29pm UTC](https://meta.discourse.org/t/help-with-setting-up-discourse-id/388711/28 "2025-11-17T19:29:10Z")

</div>

Yes, that was it!

Until now I had `ProxyPass /.well-known !` which I changed to `ProxyPass /.well-known/acme-challenge !`

Maybe this should be added to the howto (which I’m unable to find at the moment…) for setting up self-hosted Discourse instances?

```plaintext
RequestHeader set X-Forwarded-Proto "https"
ProxyPreserveHost On
ProxyRequests Off
ProxyPass /.well-known/acme-challenge !
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/

```

Thank you guys for being so patient with me. 🙂

---

_[View the full topic](https://meta.discourse.org/t/help-with-setting-up-discourse-id/388711)._
