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

TLSv1.3 handshake が失敗することがある #66

Closed
kakira9618 opened this issue Mar 27, 2020 · 1 comment
Closed

TLSv1.3 handshake が失敗することがある #66

kakira9618 opened this issue Mar 27, 2020 · 1 comment

Comments

@kakira9618
Copy link

TLS handshakeの client hello に失敗することがあるように見えます。

手順

  1. DNSサーバーを建て、ターゲットへの IP を自分宛てに指定する
  2. Servers でターゲットの設定を追加する。Port443 を指定し、Use SSL と Spoof DNS にチェックを入れ、ADD。
  3. Listen Portsの設定を行う。SSL_FORWARDER に設定、Listen Port を 443、Forward Server にターゲットを指定してADD。

FORWARDERにして443に流す場合は問題が起こらず、ターゲットのサーバの実装によっては問題が起こらないこともあるため、PacketProxy側のTLS関連の通信処理の実装に問題がある可能性がありそうです。
(note: 該当パケットにおけるALPN Protocolの値はhttp/1.1でした。)

@funa-tk
Copy link
Contributor

funa-tk commented Mar 27, 2020

SSL_FORWARDERに http2通信が正常にできないバグがありました。
最新版で修正しました。
3f0fca0

@funa-tk funa-tk closed this as completed Mar 27, 2020
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