Telerik Forums
Fiddler Forum
1 answer
66 views
I am trying to set up Fiddler with Ios to monitor traffic. I have search but i can not find the error i am getting and how to resolve it, when I try to get the root cert through my mobile browser. I also tried exporting the cert from my PC and was given the same error. I am running windows 7 and Ios 10.1.1 on one and 10.3.3 on another device, both have the same result. See attachment for error
Alexander
Telerik team
 answered on 19 Sep 2017
6 answers
397 views

I've tried to installed Fiddler4.6 and the IOS certmaker on two different WIndows 7 PCs and gotten the same error on both, would appreciate any assistance.

Thanks!

---------------------------
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.

Could not load type 'Fiddler.ICertificateProvider4' from assembly 'Fiddler, Version=4.6.20172.34691, Culture=neutral, PublicKeyToken=null'.

Type: System.TypeLoadException
Source: mscorlib
   at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)

   at System.Reflection.RuntimeAssembly.GetExportedTypes()

   at Fiddler.CertMaker.Œ() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 111

   at Fiddler.CertMaker.EnsureReady() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 69

   at .‡.‡() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Options.cs:line 2502


Fiddler v4.6.20172.34691 (x64 AMD64) [.NET 4.0.30319.18331 on Microsoft Windows NT 6.1.7601 Service Pack 1] 
---------------------------
OK   
---------------------------

 

---------------------------
Reset Certificates Failed
---------------------------
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.

Could not load type 'Fiddler.ICertificateProvider4' from assembly 'Fiddler, Version=4.6.20172.34691, Culture=neutral, PublicKeyToken=null'.

Type: System.TypeLoadException
Source: mscorlib
   at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)

   at System.Reflection.RuntimeAssembly.GetExportedTypes()

   at Fiddler.CertMaker.Œ() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 111

   at Fiddler.CertMaker.EnsureReady() in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Common\Core\CertMaker.cs:line 69

   at .‡.š†(Object , EventArgs ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Options.cs:line 2153

   at .‡.‡(Object , EventArgs ) in C:\JenkinsHome\jobs\FiddlerReleaseBuild\workspace\Fiddler2\Options.cs:line 2605


Fiddler v4.6.20172.34691 (x64 AMD64) [.NET 4.0.30319.18331 on Microsoft Windows NT 6.1.7601 Service Pack 1] 
---------------------------
OK   
---------------------------

Kanishk
Top achievements
Rank 1
 answered on 19 Sep 2017
4 answers
237 views

I use fiddlercore in my wpf aplication,which used to capture http/https request.

I use startup() to start the api:

            FiddlerCoreStartupFlags oFCSF = FiddlerCoreStartupFlags.Default;
            int iPort = 8877;
            Fiddler.FiddlerApplication.Startup(iPort, oFCSF);

and at the end ,i use Shutdown() to stop it.

          if (null != oSecureEndpoint) oSecureEndpoint.Dispose();
            oAllSessions.Clear();
            Fiddler.FiddlerApplication.Shutdown();
            oAllSessions.Clear();
            Thread.Sleep(1000);

the result is that: I can capture http/https request,but after using it ,i can't use webbrowser to reach internet.

and this only appears when i use my application via VPN .

i found ProxyEnable in regedit ,it values 1 

I doubt depply that Fiddler.FiddlerApplication.Shutdown(); can't work out?

How can i do to resolve this problem?help!

Thanks!

jack
Top achievements
Rank 1
 answered on 15 Sep 2017
1 answer
175 views

Hi,

I have a use case that needs to run Fiddler on the end user's PCs through command line and enable HTTPS. I don't want users enabling HTTPS option through the UI. Any ideas?

Many Thanks

Jerome

 

Alexander
Telerik team
 answered on 14 Sep 2017
0 answers
174 views
I am designing a proxy server to block file upload or download request made by user. Is there any way to detect file upload or download request url in HTTP/HTTPs header?
Harish
Top achievements
Rank 1
 asked on 14 Sep 2017
3 answers
234 views
Hello.
I have a desire to run fiddlercore on the n-port and proxy through it only mobile devices.
question:
1-How to disable the auto-proxy combo on which the program is running?
2- How do I specify fiddlercore to use a certificate that has already been installed on the device (for example, FiddlerCore.cer) as does Fiddler, rather than generating a new one?
Alexander
Telerik team
 answered on 14 Sep 2017
0 answers
155 views
when I try to decripty Uplay https traffic I'm getting these errors
AndreV7
Top achievements
Rank 1
 asked on 13 Sep 2017
8 answers
659 views

Just updated to the latest version of Fiddler () and it ran the first time, but as soon as I installed the root certificate to decrypt HTTPS it won't run anymore. Nothing appears in the UI, but I get 2 event log errors. I'm on the latest Insiders fast build, VS 2017.3 is installed. If you need anything else let me know.

1)

Application: Fiddler.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.IO.FileNotFoundException
   at Fiddler.FiddlerApplication..cctor()

Exception Info: System.TypeInitializationException
   at Fiddler.FiddlerApplication.ReportException(System.Exception, System.String)
   at Fiddler.CONFIG..cctor()

Exception Info: System.TypeInitializationException
   at Fiddler.frmViewer.•(System.Object, System.UnhandledExceptionEventArgs)

 

2)

Faulting application name: Fiddler.exe, version: 4.6.3.44034, time stamp: 0x580e4d17
Faulting module name: KERNELBASE.dll, version: 10.0.16257.1, time stamp: 0x7fd7fb50
Exception code: 0xe0434352
Fault offset: 0x0000000000051b88
Faulting process ID: 0x2610
Faulting application start time: 0x01d315ed66e8c274
Faulting application path: C:\Program Files (x86)\Fiddler2\Fiddler.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report ID: 883f6394-5736-4f47-8c39-d761608eb7c1
Faulting package full name: 
Faulting package-relative application ID: 

Alexander
Telerik team
 answered on 12 Sep 2017
3 answers
118 views
When I have Fiddler running and decrypting HTTPS traffic, I get an error message using the join.me app.  If I Turn off capture traffic or close Fiddler, then join.me works fine.  Why is the join.me application not working when I have Fiddler running?
Alexander
Telerik team
 answered on 12 Sep 2017
1 answer
570 views

Well, the title says it all. It is working correctly, and able to capture traffics and view them. But if the option to "Capture Traffic" is disabled (e.g. via F12 or File menu), Fiddler still captures traffic as usual, as if the option is enabled. The status bar correctly shows the capturing state.

Running Fiddler Beta v4.6.20171.26113 (Built: Monday, June 12, 2017) on Mono 5.2.0.215 64 bit on Ubuntu 16.04 AMD64.

Simeon
Telerik team
 answered on 07 Sep 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?