Home > Net >  A great god, fiddlercore don't intercept the HTTPS traffic what reason be?
A great god, fiddlercore don't intercept the HTTPS traffic what reason be?

Time:09-21



First above, as shown, oSession isHTTPS always FALSE, don't know what is the reason?

Certificates are installed, such as

Checked the online, see this article, http://www2014.aspxhtml.com/post-1871, and make the inspection, did not find what is the different address, but it is always less than the data,

CodePudding user response:

You visit the web page is http://www.baidu.com:443,

CodePudding user response:

Not to say that every HTTP access port 443 is HTTPS, that is putting the cart before the horse, access to port 443, but using the HTTP protocol, HTTP, it is still

CodePudding user response:

The
refer to the original poster hk207 response:


First above, as shown, oSession isHTTPS always FALSE, don't know what is the reason?

Certificates are installed, such as

Checked the online, see this article, http://www2014.aspxhtml.com/post-1871, and make the inspection, did not find what is the different address, but it is always less than the data,


Browsers address is https://www.baidu.com

CodePudding user response:

reference 1st floor interacting in a professional developer response:
you visit web site is http://www.baidu.com:443,


The browser https://www.baidu.com
Baidu is only, for example, a treasure a cat is the same,

CodePudding user response:

No great god met?

CodePudding user response:

A parameter is set

CodePudding user response:

refer to 7th floor puzzle bobble response:
a parameter is set the

The parameter??

CodePudding user response:

Although the time is long overdue, lz may find solved, or reply, may be helpful to see later friend,
Lz breakpoint oSession did not HTTPS, so of course return is flase,
HTTPS links set up to establish the TLS channel before, (fiddlercore with the client to set up their own channels), lz see oSession is in establishing a channel, also is not a formal HTTPS oSession,
Also can be easily judged by oSession. RequestMethod=="CONNECT" to judge or filtering (if the CONNECT has said it is in establishing a channel)

CodePudding user response:

My fiddler recently won't be able to catch what package, don't know why
  •  Tags:  
  • C#
  • Related