LoginSignup
0
1

More than 5 years have passed since last update.

自前のMastodonインスタンスがAndroidからのアクセスだとSSLエラーになっていた件

Posted at

自分用の備忘録メモ

状況

  • 自分で用意したインスタンスに「Tusky」でログインしようとすると「Failed authenticating with that instance.」と出続けた
  • iOSからのアプリ接続は問題なく完了(ユーザからの報告ベース)
  • SSLの鍵には「Let’s Encrypt」使用
  • WEBサーバはnginxを使用

対策

  • nginxの設定ファイルの以下を修正した
    ssl_certificate /etc/letsencrypt/live/{ドメイン名}/cert.pem;

    ssl_certificate /etc/letsencrypt/live/{ドメイン名}/fullchain.pem;
    に変更してnginxを再起動
0
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1