aboutsummaryrefslogtreecommitdiffstats
path: root/issue_template.md
blob: 01b736bee1e19dc0ba5f62f4659aaa613211c380 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
##### Steps to reproduce the problem:
1. Launch mitmproxy
2. Press X
3. Click Y

##### What is the expected behavior?

It should display Z.

##### What went wrong?

It crashed with this error/trace: ...

##### Any other comments?

None.

---

mitmproxy version: (e.g.: 0.16, git commit hash)

mitmproxy installed from: (e.g.: pip, binary package, source)

Operating System: (e.g.: Windows, OSX, Linux, with specific version)

OpenSSL version: (e.g.: 1.0.2f, run `openssl version` in your shell)

pyOpenSSL version: (e.g.: 0.15.1, run `import OpenSSL; print(OpenSSL.__version__)` in Python)