We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TLS handshakeの client hello に失敗することがあるように見えます。
手順
FORWARDERにして443に流す場合は問題が起こらず、ターゲットのサーバの実装によっては問題が起こらないこともあるため、PacketProxy側のTLS関連の通信処理の実装に問題がある可能性がありそうです。 (note: 該当パケットにおけるALPN Protocolの値はhttp/1.1でした。)
The text was updated successfully, but these errors were encountered:
SSL_FORWARDERに http2通信が正常にできないバグがありました。 最新版で修正しました。 3f0fca0
Sorry, something went wrong.
No branches or pull requests
TLS handshakeの client hello に失敗することがあるように見えます。
手順
FORWARDERにして443に流す場合は問題が起こらず、ターゲットのサーバの実装によっては問題が起こらないこともあるため、PacketProxy側のTLS関連の通信処理の実装に問題がある可能性がありそうです。
(note: 該当パケットにおけるALPN Protocolの値はhttp/1.1でした。)
The text was updated successfully, but these errors were encountered: