Page not found (404)

Request Method: GET
Request URL: https://neuroxy.langneurosci.org/.well-known/acme-challenge/EHU1nWjpHzFs1O87h_oM2XHiz0fPDqlPSdmlSpXX8c8:

Using the URLconf defined in neuroxy_proj.urls, Django tried these URL patterns, in this order:

  1. __debug__/
  2. [name='index']
  3. login/ [name='login']
  4. logout/ [name='logout']
  5. password_change/ [name='password_change']
  6. password_change/done/ [name='password_change_done']
  7. jsi18n/ [name='jsi18n']
  8. r/<int:content_type_id>/<path:object_id>/ [name='view_on_site']
  9. neuroxy/researcher/
  10. neuroxy/participant/
  11. neuroxy/address/
  12. neuroxy/consent/
  13. neuroxy/data/
  14. neuroxy/note/
  15. neuroxy/scanningsession/
  16. neuroxy/fmristudy/
  17. neuroxy/paradigm/
  18. neuroxy/scan/
  19. neuroxy/qabv1/
  20. neuroxy/qabv2/
  21. neuroxy/location/
  22. neuroxy/project/
  23. neuroxy/cohort/
  24. neuroxy/scantype/
  25. neuroxy/scanner/
  26. neuroxy/datatype/
  27. neuroxy/datastatus/
  28. neuroxy/race/
  29. neuroxy/scanquality/
  30. neuroxy/scanstatus/
  31. neuroxy/sharingmode/
  32. neuroxy/consentformdate/
  33. neuroxy/stroke/
  34. neuroxy/consentversion/
  35. neuroxy/toast/
  36. neuroxy/connectedspeechsample/
  37. neuroxy/qab/
  38. auth/group/
  39. auth/user/
  40. ^(?P<app_label>neuroxy|auth)/$ [name='app_list']

The current path, .well-known/acme-challenge/EHU1nWjpHzFs1O87h_oM2XHiz0fPDqlPSdmlSpXX8c8:, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.