Git Product home page Git Product logo

Comments (3)

ericlaw1979 avatar ericlaw1979 commented on June 8, 2024

A tunnel is a Decrypting tunnel if it's using HTTPS. It's a BlindTunnel if Fiddler is just shuffling bytes back and forth-- note that beyond HTTPS, I'm pretty sure WebSocket traffic can be going through a BlindTunnel too (if you don't have message parsing enabled).

So, you can write things like this:
if (oS.isAnyFlagSet(SessionFlags.IsWebSocketTunnel | SessionFlags.IsBlindTunnel | SessionFlags.IsDecryptingTunnel)) {

from fiddlercert.

vcsjones avatar vcsjones commented on June 8, 2024

OK, my previous assumptions were wrong.

The issue I am running into is when "Capture HTTPS CONNECTs" is checked but "Decrypt HTTPS traffic" is not. It appears that in these circumstances, Fiddler does not fire the FiddlerApplication.OnValidateServerCertificate.

That makes sense - Fiddler shouldn't need to validate the certificate if it is just acting as a dumb pipe. It should be possible to capture the certificate from the Server Hello, however. Is there a way to do this in Fiddler?

from fiddlercert.

ericlaw1979 avatar ericlaw1979 commented on June 8, 2024

It should be possible to capture the certificate from the Server Hello, however. Is there a way to do this in Fiddler?

Not presently, no. FiddlerCore has an OnReadResponseBuffer event but this isn't called by Fiddler for performance reasons.

from fiddlercert.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.