Hello guys, when I tried connect to google.com from I got this Certificate Error:
<
p
>Session #3: The server (152.199.19.161) presented a certificate that did not validate, because it was issued to a different host.</
p
><
p
>SANs: *.vo.msecnd.net, *.adn.azureedge.net, *.ads2.msads.net, *.aspnetcdn.com, *.azurecomcdn.net, *.azureedge.net, *.azureedge-test.net, *.cdn.skype.com, *.cdn.skype.net, *.cmsresources.windowsphone.com, *.cmsresources.windowsphone-int.com, *.dev.skype.com, *.fms.azureedge.net, *.microsoft-sbs-domains.com, *.secure.skypeassets.com, *.secure.skypeassets.net, *.wac.azureedge.net, *.wpc.azureedge.net, *.ec.azureedge.net, *.wpc.ec.azureedge.net, *.wac.ec.azureedge.net, *.adn.ec.azureedge.net, *.fms.ec.azureedge.net, ajax.microsoft.com, cdnads.msads.net, cdn-resources.windowsphone.com, cdn-resources-beta.windowsphone.com, ecnads1.msn.com, iecvlist.microsoft.com, images-cms-pn.windowsphone-int.com, images-cms-tst.windowsphone-int.com, lumiahelptipscdn.microsoft.com, lumiahelptipscdnqa.microsoft.com, lumiahelptipsmscdn.microsoft.com, lumiahelptipsmscdnqa.microsoft.com, montage.msn.com, mscrl.microsoft.com, r20swj13mr.microsoft.com, *.streaming.mediaservices.windows.net, *.origin.mediaservices.windows.net, download.sysinternals.com, amp.azure.net, rt.ms-studiosmedia.com, gtm.ms-studiosmedia.com, *.aisvc.visualstudio.com, *.cdn.powerbi.com, dist.asp.net, embed.powerbi.com, msitembed.powerbi.com, dxtembed.powerbi.com, *.cdn.powerappscdn.net, downloads.subscriptionsint.tfsallin.net, download.my.visualstudio.com, cdn.vsassets.io, cdnppe.vsassets.io, stream.microsoft.com, datafactory.azure.com, *.cortanaanalytics.com, do.skype.com, software-download.office.microsoft.com, software-download.microsoft.com, prss.centralvalidation.com, *.gallerycdn.vsassets.io, *.gallerycdnppe.vsassets.io, global.asazure.windows.net, download.learningdownloadcenter.microsoft.com, www.videobreakdown.com, www.breakdown.me, *.gallerycdntest.vsassets.io, agavecdn.o365weve-dev.com, agavecdn.o365weve-ppe.com, agavecdn.o365weve.com, download.visualstudio.com, *.Applicationinsights.net, *.Applicationinsights.io, *.Applicationinsights.microsoft.com, *.sfbassets.com, *.sfbassets.net, download.mono-project.com, *.streaming.media-test.windows-int.net, *.origin.mediaservices.windows-int.net, *.mp.microsoft.com, download.visualstudio.microsoft.com, software-download.coem.microsoft.com, cdn.wallet.microsoft-ppe.com, cdn.wallet.microsoft.com, vi.microsoft.com, *.nuget.org, *.nugettest.org, cdn.botframework.com, *.streaming.media.azure.net, *.streaming.media.azure-test.net, natick.research.microsoft.com, quotecenter.microsoft.com, quotecenter-ppe.microsoft.com, cdn.cloudappsecurity.com, *.yammer.com, *.videoindexer.ai, *.api.videoindexer.ai<
br
>SUBJECT: CN=*.vo.msecnd.net</
p
>
I don't know why because I add Trust Root Certificate, do you have some solve this error?
Thanks to the amazing FiddlerCore and quick replies on this forum.
I have developed a simple C# solution that uses FiddlerCore to mock the HTTPS requests of an application(.exe) which invokes an URL and responds with json data. I have made the changes in the BeforeRequest() and BeforeResponse() as below.
* BeforeRequest(oSession)
{
oSession.bBufferResponse = true;
}
* BeforeResponse(oSession){ session.utilSetResponseBody("myjson.json); }
I could see from the log that response has been modified but the response is not being sent back to client [my application is timing out].
I have checked with other URL's which are working as expected with Fiddler tool Autoresponder, but not working through my code.
Any help is highly appreciated..
Thanks,
Malleswari
Hi,
There is a desktop application with https as communication protocol between client and server. When I am trying to capture desktop application traffic in Fiddler with below option -
Tools -> Options -> Connections -> Fiddler listens on Port -> 443 / 8888, seeing no traffic being capturing in the tool.
Please suggest if I am missing.
Hello,
I can't download Fiddler from the website (https://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerSetup.exe).
It said that
The connection to telerik-fiddler.s3.amazonaws.com was interrupted while the page was loading.
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem.
Can someone please check this?
Thanks.
1、I set some Fiddler filter rules to capture only specific host and urls,and it works well except bellow two microsoft urls:
https://watson.telemetry.microsoft.com/Telemetry.Request
https://v10.vortex-win.data.microsoft.com/collect/v1
2、my filter setting and regular express is shown in the attached image, is my regular express written wrong?
Progress Telerik Fiddler Web Debugger
v5.0.20173.50948 for .NET 4.6.1
64-bit AMD64, VM: 305.0mb, WS: 309.0mb
.NET 4.6.2 WinNT 10.0.16299.0
Will there be a way to filter traffic while capturing to avoid "spamming" of the logs?
p.s using Fiddler on Mac.
I have followed the documentation and exported the fiddler cert to my machine, did the trust certificate through windows cert management and then in Settings for Chrome and Firefox I added the cert but still I get security denial when hitting any https site with Decrypt HTTPS traffic checked.
Anyone can help?
Thanks,
Maark
I'm using Fiddler to look at requestsare being made by a WPF/WCF application I'm developing in Visual Studio.
I changed the app.config file so that the WPF project makes requests to http://localhost.fiddler:50000/ instead of the usual http://localhost:50000/, but for each request, Fiddler shows multiple entries.
See the attached screenshot, where you can see three entries for the call I made to CustomerService.svc for a customer list. You can tell this is the list call from the size of the return data.
If I add breakpoints in VS, I can see that there is actually only one call being made, but Fiddler shows three.
Anyone able to explain why. This is making debugging very confusing.
Thanks