mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

#10210が入る前

0 posts0 participants0 posts today
Replied in thread

@kedama や、書き方が悪くてすみません。時系列にすると下記のような感じです。

-
- PostgresにSSLが不要
- Rubyはつながる
- Nodeはつながる
- PostgresにSSLが必要になった
- Rubyはつながる
- Nodeはつながらない
- 、DB_SSLMODE=true
- PostgresにSSLが必要
- Rubyはつながる
- Nodeはつながらない
- 、DB_SSLMODEを未設定にした
- PostgresにSSLが必要
- Rubyはつながる
- Nodeはつながる

手元では https://github.com/tootsuite/mastodon/pull/10219 な感じにしてDATABASE_URLに ?ssl=true を足してうまくいっていたのですが、…ってみたらまだ動きがあるみたいですね。 https://github.com/tootsuite/mastodon/pull/10225 あざます!

github.comParse query string for the database URL by zunda · Pull Request #10219 · tootsuite/mastodonMake it possible for the streaming process to connect to Postgres with SSL enabled when DATABASE_URL has ?ssl=true query.