Hi all, What would be the possible reasons for wireshark not showing a decrypted WCF response? I have successfully decrypted the request information from a WCF service for dummies, but can't get the response to be decrypted. This are the frames of interest:
Looking at the request frame detail, this is what I get (which is ok):
But I still can't see the decrypted response. What am I missing? Thanks in advance! asked 24 Jul '17, 09:29 c4rlosmarin edited 25 Jul '17, 10:46 cmaynard ♦♦ |
One Answer:
Some checks you could perform to investigate why the decrypted data is not shown:
answered 24 Jul '17, 20:45 Lekensteyn |
Hi Lekensteyn,
Decrypted SSL byte view tab is just showing "48 H":
Here is the information from the SSL debug file
By the way, that last one (frame 61) is the only frame the server sends for the wcf response, the client successfully gets the response but the trace from the server doesn't show it as a decrypted packet.
Thanks!
I suppose the
H
is part of the headers, starting withHTTP/1.1 200 OK
. Indeed, the decrypted data is shown on the first pass, but not in the second one. Can you file a bug report with the attached pcap?Hi Lekensteyn,
I've submitted a bug with the required information: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13943
Cheers!
Related to bug 13943, version 2.4.2 is actually not showing any wcf response at all. I've attached the screenshot of what I see as well as the trace and the self-signed certificate.
Since bug 13943 was declared as duplicate, I've submitted the information for bug 13885 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13885)
Cheers!