I'm evaluating Fiddler Everywhere, and trying troubleshoot a java application.
Initially Fiddler shows a warning that it cant decrypt HTTPS, so I install the root certificate into Arch and trust it, set Fiddler to use system proxy, and then set up the application to point to Fiddlers proxy.
The warning in Fiddler then disappears, so it gives the impression I've done everything right
At this point it can show HTTPS connections (although they are shown as HTTP, and METHOD is always CONNECT, rather than the GET I was expecting to see).
It's also then able to show HTTP(S) headers, but never the actual decrypted response or request body
Any help appreciated thanks