Start a conversation

Determining If a Browser Is Using an SSL or TLS Encryption

Overview

There are several protocol versions used to encrypt packets sent over HTTPS. These includes:

  • SSL 2.0
  • SSL 3.0
  • TLS 1.0
  • TLS 1.1
  • TLS 1.2

This article explains how you can check if a browser is using an SSL (Secure Sockets Layer) or TLS (Transport Layer Security) connection.

 

Process

Use the browser properties to find the type of encryption used:

Internet Explorer

  1. Right-click anywhere on the page and select Properties.
  2. The Connection field shows the type of encryption.

    2019-06-11_9-32-08.png

Mozilla Firefox

  1. Click the padlock icon on the left side of the URL in the address bar.
  2. Go to Connection > More Information > Security.
  3. Encryption details are shown in the Technical Details area.

    2019-06-11_9-39-32.png

Google Chrome

  1. Right-click anywhere on the page and select Inspect.
  2. Select the Security tab.
  3. Encryption details are shown in the Connection area.

    2019-06-11_9-42-25.png

 

2019-06-11_9-32-08.png

  1. 32 KB
  2. View
  3. Download

2019-06-11_9-39-32.png

  1. 51 KB
  2. View
  3. Download

2019-06-11_9-42-25.png

  1. 43 KB
  2. View
  3. Download
Download all
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Priyanka Bhotika

  2. Posted
  3. Updated

Comments