Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

websocketのSSL対応 #102

Closed
5ym opened this issue Aug 18, 2021 · 2 comments
Closed

websocketのSSL対応 #102

5ym opened this issue Aug 18, 2021 · 2 comments

Comments

@5ym
Copy link

5ym commented Aug 18, 2021

Request (要望の内容)

3.9.0-beta.0においてwebcoketのクライアントを更新されているようですが,一律でws://をもちいているため,httpsでweb UIにアクセスした際に正常にどうさしません
必須の対応ではないと思いますが,なにとぞ確認よろしくお願いいたします。

const rpc = new RPCClient(`ws://${location.host}/rpc`, {

@kanreisa
Copy link
Member

kanreisa commented Aug 18, 2021

こんにちは、Request をありがとうございます。

Mirakurun は SSL 接続を一切考慮して開発しておらず、
そもそも SSL サーバー機能は実装されていません。
ここだけ対応しても他で不具合が出る可能性があります。
一部分だけ中途半端に SSL 接続に対応するとプロジェクトとしてのメンテナンスコストが大きく跳ね上がります。(現在当研究会は慢性的にリソースが不足しています)
なぜ SSL 経由でのアクセスが必要なのか理由を書いていただければ検討材料とさせていただきます。
※このご要望自体は今後の開発の参考にさせていただきます。

どうぞよろしくお願いいたします。

@5ym
Copy link
Author

5ym commented Aug 19, 2021

@kanreisa
内向きにもHSTSドメインを使用しているため完全にweb UIが利用できないです
サーバで直接確認すればいい話なので必須ではないです

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants