Hi - When I try to create, or import an encrypted save file, or try to open an encrypted save file, I receive an error: "Value of 'null' is not valid for 'stream'.". It does not appear to break the process, it still asks for a password, it still seems to save the file, and it still seems to import the file. I am running version v4.6.3.50306.
Here is the information garnered from the CTRL+C:
---------------------------
Awww, Fiddlesticks!
---------------------------
Fiddler has encountered an unexpected problem. If you believe this is a bug in Fiddler, please copy this message by hitting CTRL+C, and submit a bug report at http://www.telerik.com/forums/fiddler.
Value of 'null' is not valid for 'stream'.
Type: System.ArgumentException
Source: System.Drawing
at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData)
at Fiddler.frmPrompt.GetUserString(IWin32Window wndOwner, String sTitle, String sPrompt, String sDefault, Boolean bReturnNullIfCancelled, PromptIcon piIcon) in c:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\frmPrompt.cs:line 80
Fiddler v4.6.3.50306 (x64 AMD64) [.NET 4.0.30319.18444 on Microsoft Windows NT 6.1.7601 Service Pack 1]
---------------------------
OK
---------------------------
Thanks!
Here is my layout to start.
I am trying to get www.mysite.com/blog/ to rewrite to blog.mysite.com.
Both of them are separate IIS Websites on the same server.
I discovered that the way to do it was ARR.
I have set it all up and it works, but here is the problem.
It only works when I set the Proxy Chain to localhost:8888 and fiddler is running.
But otherwise, it does not work.
I don't want to leave Fiddler running all the time.
What can I do?
Hello,
I'm trying to capture remote traffic of an iOS App but unlike other Apps this one gives a problem.
When i use the app with "Decrypt HTTPS Traffic" enabled, the app simply says "Network Unavailable". I tried using both the root certs (MakeCert and CertEnroll) but still i have the issue.
But i have tried various other apps and they never had an issue like this.
Protocols - <client>;ssl3;tls1.0
CONNECT openapi.starbucks.com:443 HTTP/1.1Host: openapi.starbucks.comUser-Agent: Starbucks/8540 (iPhone; iOS 10.1.1; Scale/2.00)Connection: keep-aliveConnection: keep-aliveA SSLv3-compatible ClientHello handshake was found. Fiddler extracted the parameters below.Version: 3.3 (TLS/1.2)Random: 58 52 8C D0 24 D8 EA E5 7E B2 88 14 60 CF 8E DC 50 83 B5 FE 4A 4E D6 A1 AC 3C F5 29 4B C9 8E 76"Time": 11/15/2080 6:14:08 AMSessionID: emptyExtensions: server_name openapi.starbucks.com elliptic_curves secp256r1 [0x17], secp384r1 [0x18], secp521r1 [0x19] ec_point_formats uncompressed [0x0] signature_algs sha256_rsa, sha1_rsa, sha384_rsa, sha512_rsa, sha256_ecdsa, sha1_ecdsa, sha384_ecdsa, sha512_ecdsa NextProtocolNego empty ALPN http/1.1, http/1.0 status_request OCSP - Implicit Responder SignedCertTimestamp (RFC6962) empty extended_master_secret emptyCiphers: [00FF] TLS_EMPTY_RENEGOTIATION_INFO_SCSV [C02C] TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 [C02B] TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 [C024] TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 [C023] TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 [C00A] TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA [C009] TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA [C008] TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA [C030] TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 [C02F] TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 [C028] TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 [C027] TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 [C014] TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA [C013] TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA [C012] TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA [009D] TLS_RSA_WITH_AES_256_GCM_SHA384 [009C] TLS_RSA_WITH_AES_128_GCM_SHA256 [003D] TLS_RSA_WITH_AES_256_CBC_SHA256 [003C] TLS_RSA_WITH_AES_128_CBC_SHA256 [0035] TLS_RSA_AES_256_SHA [002F] TLS_RSA_AES_128_SHA [000A] SSL_RSA_WITH_3DES_EDE_SHACompression: [00] NO_COMPRESSIONHTTP/1.1 200 Connection EstablishedFiddlerGateway: DirectStartTime: 18:00:08.035Connection: closeEncrypted HTTPS traffic flows through this CONNECT tunnel. HTTPS Decryption is enabled in Fiddler, so decrypted sessions running in this tunnel will be shown in the Web Sessions list.Secure Protocol: Tls12Cipher: Aes128 128bitsHash Algorithm: Sha256 ?bitsKey Exchange: ECDHE_RSA (0xae06) 256bits== Server Certificate ==========[Subject] CN=openapi.starbucks.com, OU=IT, O=Starbucks Coffee Company, L=Seattle, S=Washington, C=US[Issuer] CN=Symantec Class 3 Secure Server CA - G4, OU=Symantec Trust Network, O=Symantec Corporation, C=US[Serial Number] 40626739BADBE66F920DB2A9B690F2C2[Not Before] 3/25/2016 5:30:00 AM[Not After] 3/27/2017 5:29:59 AM[Thumbprint] 1A46FFA5F683FB8DDF82D800B70246614A24F002[SubjectAltNames]openapi.starbucks.com
Hi everyone. Basically the issue im having is that I want to capture and decrypt traffic from a program. The issue is that nothing related to it shows up on Fiddler.
Yes I already checked the filters, everything is fine and also tried removing and reinstalling the certificates. The odd part is that Net-peeker 3.50 can capture the packets but of course I can't decrypt the traffic.
Any suggestion will be greatly appreciated.
Thanks.
i use fiddler autoresponder to ensure that tools do not break out to other domains.
attached you can see how i configured it in the past.
today after month of upgrade questions and 100 "NO!" i updated and now exactly this features is buggy.
the regex tester shows that the regex is valid but the requests gets *reset.
for example this rules allows only amazon pages regex:(?inx)^(?!http.\:\/\/[a-zA-Z0-9\-\.]*amazon\.com).*$
check the attachment. with version v4.6.2.32002 its working
with v4.6.3.44034 not
thx