
Hello,
As soon as I start Fiddler, any attempt to connect to a secure web page fails with the message "Your connection is not private" in my web browser.
What's going on?
Thanks
12 Answers, 1 is accepted
This generally indicates that you have enabled HTTPS decryption but haven't configured Windows (or Firefox, if you're using Firefox) to trust Fiddler's root certificate.
The simplest thing to do would be to follow these steps, and when asked if you'd like Windows to trust Fiddler's root certificate, choose "Yes."
http://textslashplain.com/2015/10/30/reset-fiddlers-https-certificates/
Regards,
Eric Lawrence
Telerik
I'm actually using Chrome, but I checked it in IE as well, and got the same issue. Anyway, I'll give that a go and see what happens.
Thanks

Turns out the answer was simple. I was using version 2.6.2, whereas I should have been using 4.6.2. I uninstalled, installed the latest and it works fine.
Thanks
Just installed 4.6.2.0. Selected to decrypt HTTPS, exported the Fiddler self-signed root, imported it under Windows 7 Trusted Root CA using certmgr.msc, and verified Windows trusts it. Then imported it into Firefox 44.0.2 Advanced > Certificates > View Certificates > Authorities with Trust Setting to Identify Websites. Every https reference when Fiddler is running, regardless of browser, gives "Your connection is not secure" error. If I close Fiddler, no errors. Rebooted, no change. Not sure what I'm doing wrong.
TIA, Gene
Hello,
Could you, please, try following these steps:
- Click Tools > Fiddler Options.
- Click the HTTPS tab.
- Ensure that the text says Certificates generated by CertEnroll engine.
- Click Actions > Reset Certificates. This may take a minute.
- Accept all prompts
Regards, Tsviatko Yovtchev
Telerik
Thank you Tsviatko. After executing the steps you provided (and importing the new cert into Firefox), all https requests work properly from all browsers, and Fiddler is properly capturing.
Can you tell me what the problem was, and what may have caused it?
Well Fiddler has upgraded certificates infrastructure. This - http://textslashplain.com/2015/10/30/reset-fiddlers-https-certificates/ (also mentioned previously) explains it.
Regards,
Tsviatko Yovtchev
Telerik
I tried looking on Fiddler2.com's page for a plugin but I don't see anyhing.
I tried looking on Fiddler2.com's page for a plugin but I don't see anyhing https://bluestacks.vip/ https://textnow.vip/ https://photomath.vip/
Which version of Chrome are you using? Also, would it be possible to navigate to a page, where Chrome says "Your connection is not private", hit F12 and go to the Security tab? There shoould be some information why the certificate is not trusted.
Regards,
Alexander
Progress Telerik
I did all steps But!
This page is not secure (broken HTTPS).
Certificate - insecure (SHA-1)
The certificate chain for this site contains a certificate signed using SHA-1.
View certificate
Certificate - Subject Alternative Name missing
The certificate for this site does not contain a Subject Alternative Name extension containing a domain name or IP address.
View certificate
Certificate - missing
This site is missing a valid, trusted certificate (net::ERR_CERT_COMMON_NAME_INVALID).
View certificate
===================================
Chrome : 68.0.3440.106 (Official Build) (32-bit)
Fiddler Https Interface : https://i.imgur.com/c5GKSNl.png
Im having the same error.
Are you using centralised certs by any chance?

Thorny problem that caused a wonky error: Outlook would disconnect from Exchange whenever Fiddler was not running (even if traffic capture was turned off).

Here is how to fix Your Connection is Not Private Error In Chrome
One of the main reasons behind such an error may be the wrong date and time settings. The SSL might fail to fetch data from the server when an inaccurate date is provided. To change them, go to Date and Time under Settings in your system, and choose the option Set Time Automatically. This helps in securing loading of data.
Slide the bar below Set Time Automatically to turn it on.This lets the system to fetch time directly from the network, thus providing accurate measures.
Source:- http://merabheja.com/connection-not-private-error-in-chrome/

Fiddler normally is a valid network analysis tool, but I hope some malware/virus did not auto-install it with an invalid root cert for bad purposes. Have you run an antivirus scan on your computer?
To remove any untrusted certificates from your Windows computer, try the following:
- Click Start, type certmgr.msc in the search box and press Enter.
- In the left panel, navigate to Untrusted Certificates and then expand Certificates.
- Right click on the certificates you wish to remove and choose Delete.

Hi Carlton,
The "Your connection is not private" screen might appear due to multiple reasons that could not be strictly related to Fiddler. I've tried the provided HTTPS endpoint, and it is captured directly with no hassle on my side.
HTTP/1.1 200 OK
Date: Tue, 03 Nov 2020 09:56:40 GMT
Server: Apache
X-UA-Compatible: IE=edge
Link: <https://jiofilocalhtml.run/wp-json/>; rel="https://api.w.org/", <https://jiofilocalhtml.run/wp-json/wp/v2/pages/6>; rel="alternate"; type="application/json", <https://jiofilocalhtml.run/>; rel=shortlink
Upgrade: h2,h2c
Connection: Upgrade, Keep-Alive
Vary: Accept-Encoding
Content-Length: 41149
Keep-Alive: timeout=5, max=75
Content-Type: text/html; charset=UTF-8
I would suggest checking the points listed here (especially the ones about the computer clock, the expired TSL, clearing the browser cache, trying incognito).
If you still have the issue, you could also try the new Fiddler Everywhere and see if the automatic certification installation works on your side (for example, through Fiddler Everywhere and Chrome).
Regards,
Nick Iliev
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.




2. Press CTRL + SHIFT + N keys together from your keyboard to open chrome in incognito mode and try opening the website again.
I think something is wrong with the SSL certificate.