Hi guys,
I'm getting the following error:
CONNECT :443 HTTP/1.1Host: :443A SSLv3-compatible ClientHello handshake was found. Fiddler extracted the parameters below.Version: 3.3 (TLS/1.2)Random: 0F 42 E4 A0 84 A5 05 4B 54 8C 2C 2B A1 F4 01 B8 9D 81 9A A8 74 FE 24 E8 46 15 19 68 3C BC 0E 01"Time": 16-07-2055 03:21:19SessionID: emptyHTTP/1.1 200 Connection EstablishedFiddlerGateway: DirectStartTime: 19:37:45.587Connection: closefiddler.network.https> HTTPS handshake to (for #1) failed. System.IO.IOException Received an unexpected EOF or 0 bytes from the transport stream.
I have trusted the fiddler root certificate, imported it via mmc. Further more I have set fiddler to ignore certificate errors, and enabled the following protocols:
<client>;ssl2;ssl3;tls1.0;tls1.1;tls1.2
I'm using fiddler 4.5, but have also tried with version 2.
I also tried searching for this issue, but no solution seemed to present itself. Usually adding tls1.2 worked for people, but not in my case :(

