This commit is contained in:
Jan Wachsmuth 2024-02-19 21:57:57 +01:00
commit 4034055cd4
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

View file

@ -39,7 +39,7 @@ checkEmail = mail@linkplay.com
cert = /tmp/st7374756E6E656C.pem
CAfile = /tmp/st7374756E6E656C_ca.pem
```
![Wireshark screenshot](pictures/Wireshark - TLS decoded.png)
![Wireshark screenshot](/pictures/Wireshark-TLS_decoded.png)
The answer to the requests can be seen in Wireshark by following the TLS stream, but it's also possible to try the discovered command directly with curl:
```