summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE.md
blob: bcc1882504ab3f8e18263c3ec2f64ea516dd0440 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Please supply the following with bug reports to allow for diagnostics:

-   Output of `sslsplit -V`
-   Output of `uname -a`
-   Exact command line arguments used to run `sslsplit`
-   Relevant part of debug mode (-D) output, if applicable
-   NAT redirection rules you are using, if applicable
-   List of failing unit tests in `make test` output
-   Other relevant data such as PCAPs, logs, screenshots etc

For build problems, please supply:

-   Output of `uname -a`
-   Full output of failed `make` including the header
-   Version and origin of OpenSSL used
-   Version and origin of libevent used