Hello,
I am trying to monitor the WCF calls from a .NET application to a .NET service. Both are company internal but not owned by my team, so I can't change them. Both are running on my machine. The calls are sent via HTTPS. The requests are mostly using the machine name but some are also done to localhost. Is there any way to achieve what I need? I tried already about 100 different configurations, reinsured that the certificates are installed everywhere and so on.
As Gateway I have set System Proxy but there is no such proxy.
In the session list I have connect entries and nothing else from the application I am interested in. But I am able to monitor the calls when opening the corresponding web pages e.g. and I also see multiple other requests from various applications.
In the Fiddler Log I have plenty of messages like these:
13:23:14:3506 [Fiddler] No HTTPS request was received from (xxxx) new client socket, port xxx.
13:23:19:3946 !SecureClientPipeDirect failed: System.IO.IOException Authentication failed because the remote party has closed the transport stream. for pipe (CN=xxxx, O=DO_NOT_TRUST_BC, OU=Created by http://www.fiddler2.com)
I also tried setting
<defaultProxy>
<proxy bypassonlocal="false" usesystemdefault="true" />
</defaultProxy>
in the client application config but that didn't help either.
I checked really a lot of threads here and on SO and I couldn't figure it out. I would be grateful for any advice.
Android 7.0
Using Fiddler as a proxy to decrypt https traffic from a browser on the phone works ok. However, when using some apps I get:
Trust anchor for certification path not found
Is there a way around this?
before i use fiddler, there is no certificate in my pc,
when i use fiddler to decrypt https traffic,operate like picture 1.png,,there are three certificates in my pc,picture 2-1,2-2,2-3
how to remove certificates from pc?
i operate like picture 3-1.png,,,but still have one certificate in my pc,picture 3-2.png why?
Im trying to decrypt the traffic from an application that used to work in the past months without any issue, however today when i tried to view the traffic i just saw this error in fiddler:
fiddler.network.https> HTTPS handshake to 104.28.25.251 (for #73) failed. System.Security.Authentication.AuthenticationException A call to SSPI failed, see inner exception. < The message received was unexpected or badly formatted
Win32 (SChannel) Native Error Code: 0x80090326
Im not sure what im supposed to do here, seems like there is an issue with the Protocols that its using?
Hi All,
I'm using Fiddler 5.0.2. And filter rules were set to make Fiddler show only specific Hosts session. However, the rules does not work for error code session. All error code sessions, no matter what its host is, will be displyed in session window. Such as 404 code and 504 code. How can I solve it?
Any help is highly appreciated.Thanks in advance.
Hello,
Version 5.0.20202.18177 fails to completely uninstall leaving an entry in the control panel, that when clicked pops up a dialog window stating there is no app associated with it. How do I remove the entry for this version of the program. I have tried re-installing and un-installing the current version.
thank you,
stephen
I have switched on "Require Proxy Authentication", as I understand it this would accept a default username:password combination of 1:1. In my application if I configure the httpclient proxy settings in my application with 1:1 it lets me through, if I configure it with 1:2 it doesn't, so all as expected there, but if I send 1:1Iamabadpassword then it appears to let me through.
In the auth inspector I can see that the decoded user/pass combination is the same as I pass from the client application.
Am I missing something?
Thanks
Mark