Need explanation for this case. [Proxy, Fiddler, HTTPS] -


As far as I know, SSL traffic can not be decrypted without proper traffic.

Okay. / P>

But when I use cURL to PHP, and have it set to go through the Fiddler proxy to another host:

  curl_setopt ($ ch, CURLOPT_PROXY, "192.168.2.182"); Curl_setopt ($ CH, CURLOPT_PROXYPORT, "8888");  

I can see now I could see made [tunnel: 443] and Acaiteepis traffic without installing Fildlr Certificate host with PHP code running.

PHP (linux) & lt; ---------------> Fiddler (1920.168.2 .82) & lt; ---------------> (Server: 443)

Can anyone explain what is happening here?

By its sound, you have not configured curl to verify that the server ( Fiddler) has provided a valid certificate series. Curl.haxx.se/docs/sslcerts.html -

I want to post it as an answer.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -