mirror of
https://github.com/zhigang1992/mitmproxy.git
synced 2026-04-29 04:35:02 +08:00
Fix error when viewing extended details of SSL flow.
This commit is contained in:
@@ -49,7 +49,7 @@ class FlowDetailsView(urwid.ListBox):
|
||||
text.append(title)
|
||||
|
||||
if self.flow.response:
|
||||
c = self.flow.response.get_cert()
|
||||
c = self.flow.response.cert
|
||||
if c:
|
||||
text.append(urwid.Text([("head", "Server Certificate:")]))
|
||||
parts = [
|
||||
|
||||
Reference in New Issue
Block a user