====== 2025.06.11 Burp suite Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR ====== Burp suiteはアクセスをProxyして、改ざんとかをテストしたりするソフト Webアプリケーションの脆弱性診断やペネトレーションテスト(侵入テスト)を行ったりする。 [[https://burp-resources-ja.webappsec.jp/Documentation/burp/documentation/desktop/external-browser-config/certificate/index.html|BurpのCA証明書はインストール]]してある前提です。 ===== エラー ===== サイトにアクセスしてもなぜか、下記のエラーになってしまう。 Failed to load resource: net::ERR_HTTP2_PROTOCOL_ERROR ===== 対応方法 ===== Burp SuiteがHTTP/2を正しく処理できないために発生している 下記の2つで解決しました。 * Settings -> Network -> HTTP * "Default to HTTP/2 if the server supports it" のチェックを外す。 * Settings -> Tools -> Proxy -> Proxy listeners * "Support HTTP/2" のチェックを外す。 {{:50_dialy:2025:06:pasted:20250611-031447.png}} {{:50_dialy:2025:06:pasted:20250611-031451.png}} {{tag>日記}}