I tried visiting a bank website which homepage goes over HTTPS with the default "Internet" browser.
Request:
A SSLv3-compatible ClientHello handshake was found. Fiddler extracted the parameters below.
Version: 3.1 (TLS/1.0)
Random: 54 20 B1 DE 2D D0 CA 13 3E 29 78 0F F1 C9 D8 DD 72 3A 81 3E AA E1 98 3D 8E BC EF 65 F9 1A 2B F7
"Time": 23/05/2088 13:28:20
SessionID: empty
Extensions:
none
Ciphers:
[0004] SSL_RSA_WITH_RC4_128_MD5
[0005] SSL_RSA_WITH_RC4_128_SHA
[002F] TLS_RSA_AES_128_SHA
[0033] TLS_DHE_RSA_WITH_AES_128_SHA
[0032] TLS_DHE_DSS_WITH_AES_128_SHA
[000A] SSL_RSA_WITH_3DES_EDE_SHA
[0016] SSL_DHE_RSA_WITH_3DES_EDE_SHA
[0013] SSL_DHE_DSS_WITH_3DES_EDE_SHA
[0009] SSL_RSA_WITH_DES_SHA
[0015] SSL_DHE_RSA_WITH_DES_SHA
[0012] SSL_DHE_DSS_WITH_DES_SHA
[0003] SSL_RSA_EXPORT_WITH_RC4_40_MD5
[0008] SSL_RSA_EXPORT_WITH_DES40_SHA
[0014] SSL_DHE_RSA_EXPORT_WITH_DES40_SHA
[0011] SSL_DHE_DSS_EXPORT_WITH_DES40_SHA
[00FF] TLS_EMPTY_RENEGOTIATION_INFO_SCSV
Compression:
[00] NO_COMPRESSION
Response:
HTTP/1.0 200 Connection Established
FiddlerGateway: Direct
StartTime: 18:04:27.016
Connection: close
Encrypted HTTPS traffic flows through this CONNECT tunnel. HTTPS Decryption is enabled in Fiddler, so decrypted sessions running in this tunnel will be shown in the Web Sessions list.
Secure Protocol: Tls
Cipher: Rc4 128bits
Hash Algorithm: Sha1 160bits
Key Exchange: RsaKeyX 2048bits
== Server Certificate ==========
[Subject]
CN=
msite.unicredit.it, OU=Unicredit Business Integrated Solutions, O=Unicredit S.p.A., L=Milano, S=Milano, C=IT
[Issuer]
CN=UniCredit Subordinate External, O=UniCredit S.p.A., C=IT
[Serial Number]
4E0967CF000000000582
[Not Before]
25/09/2014 17:30:23
[Not After]
25/09/2015 17:30:23
[Thumbprint]
C7E3A19D7442104ACE04C09B8B6CE649C680B140
Behaviour on the phone:
Security warning
There are problems with the security certificate of this site.
The name of this site does not match with the name on the certificate.
View certificate button ->
Released to:
Common name: 194.149.233.101
Organisation: DO_NOT_TRUST_BC
Released by:
Common name: DO_NOT_TRUST_FiddlerRoot
Organisation: DO_NOT_TRUST_BC
Released on the 20/09/2014
Expiring on the 27/09/2024
If I hit the "Continue" button, the website is displayed and I can see the traffic on Fiddler.
Anyway, what I am trying to do is debug an app and it's stopping/crashing when I use Fiddler to intercept its traffic, I guess because of the security warning. That same app is working fine on iOS with Fiddler with the same FiddlerRoot certificate installed on the device.
Thanks