Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 939 Bytes

readme.md

File metadata and controls

37 lines (28 loc) · 939 Bytes

qTLS

qTLS is a Chrome extension which allows you to examine HTTPS connections on the fly.

Analytics

qTLS provides the following information:

  • Certificate
    • Issuer
    • SAN List
    • Subject Name
    • Valid From
    • Valid To
  • Encryption
    • Cipher
    • Key Exchange
    • Key Exchange Group
    • Cryptographic Protocol (e.g. TLS 1.2)
  • Transfer
    • MIME Type
    • Application Protocol (e.g. HTTP/1.1)
    • Remote IP Address
    • Remote Port (e.g. 443)
    • Response Status Code (e.g. 200)
    • Response Status Text (e.g. OK)
    • URL

Installation

qTLS is available via Chrome Web Store here. You can also pack the extension locally when Developer Mode is enabled.

Preview

qTLS Preview One

qTLS Preview Two