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

俳検なんですけどどうもきぼうソフトさんのSSL周りが変わったか何かでアクセスできなくなっています。具体的には以下のエラーが出ています。
```
SSL_connect returned=1 errno=0 state=SSLv2/v3 read server hello A: sslv3 alert handshake failure
```

mastodon-apiとかhttpとか読んでるんですけどよくわからず

SSLのversionの設定法がわからないやつになった

mastodon-apiはOpenSSL::SSL::SSLSocket呼んでるっぽいんですけどどこでSSLv23指定されてるのかぜんぜんわからん、なんやこれ

zunda

@theoria アクセス先とTLSのハンドシェイクがうまくいってなくてプロトコルバージョンのフォールバックの最後にエラーをはいてる感じです。脊髄反射しちゃうてTLS接続にSNIが必要なのに渡せてなかったりするとか。