Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Message Analyzer には、デフォルト以外のポートでプロトコルを解析する UI 方法がないようです。非標準ポート (443 以外) で実行されている TLS サーバーがあり、メッセージ アナライザーは TLS としてキャプチャされたものを解析しません。
簡単な回避策は、C:\Users\\AppData\Local\Microsoft\MessageAnalyzer\OPNAndConfiguration\OPNs\CoreNetworking\TLS.opn で TLS ポートを 443 から必要なポート番号に更新することです。
// http://www.iana.org/assignments/port-numbers pattern Port = enum ushort { ... HTTPS = 443