# Discourse가 갑자기 중단되었습니다. 아무도 로그인할 수 없습니다

**URL:** https://meta.discourse.org/t/discourse-went-down-suddenly-no-one-can-log-in/272552
**Category:** Self-hosting
**Tags:** two-container
**Created:** [7월 23, 2023, 1:27오후 UTC](https://meta.discourse.org/t/discourse-went-down-suddenly-no-one-can-log-in/272552 "2023-07-23T13:27:02Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![Ed\_S](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ed_s/32/134015_2.png) [@Ed\_S](https://meta.discourse.org/u/Ed_S)
#### Post date: [7월 24, 2023, 11:22오전 UTC](https://meta.discourse.org/t/discourse-went-down-suddenly-no-one-can-log-in/272552/5 "2023-07-24T11:22:26Z")

</div>

CDN을 사용하고 계신가요?

서버에 SSH로 접속한 후 다음을 시도해 보세요.

```plaintext
wget -q --timeout=3 https://localhost/privacy -O - |egrep generator

```

이것이 작동하나요?

다음은 어떨까요?

```plaintext
wget -q --no-check-certificate --timeout=3 https://localhost/privacy -O - |egrep generator

```

localhost 대신 전체 URL을 입력하면 어떨까요? 두 가지 버전의 명령어를 모두 시도해 보세요.

---

_[View the full topic](https://meta.discourse.org/t/discourse-went-down-suddenly-no-one-can-log-in/272552)._
