Post

How to View SSL Certificate Details in Chrome

Learn how to view SSL certificate details in Google Chrome using Developer Tools.

How to View SSL Certificate Details in Chrome

Most people know that an SSL certificate helps establish a secure HTTPS connection between a browser and a website.

For many years, browsers displayed a green padlock next to the website address. Users could select the padlock to verify that the connection was secure and trusted.

Selecting the padlock also provided useful certificate information, including:

  • The trusted domain.
  • The certificate authority.
  • The certificate expiration date.
  • The connection security status.

However, Google Chrome 56 changed this behavior. The certificate details were no longer available by simply selecting the green padlock.

Chrome certificate details

View Certificate Details

In Chrome 56, you can find the certificate details under the Security tab in Developer Tools.

There are two ways to open Chrome Developer Tools.

Method 1: Use a Keyboard Shortcut

On Windows, use one of the following shortcuts:

1
Ctrl + Shift + I

or:

1
F12

On macOS, use:

1
Command + Option + I

Method 2: Use the Chrome Menu

You can also open Developer Tools through the Chrome menu:

  1. Select the three-dot menu in the top-right corner of Chrome.
  2. Select More tools.
  3. Select Developer Tools.

Open Chrome Developer Tools from the menu

Open the Security Tab

After opening Developer Tools:

  1. Select the Security tab.
  2. Select View Certificate.
  3. Review the SSL certificate details.

The Security tab is usually located near the right side of the Developer Tools panel. If it is not visible, use the additional tabs menu to find it.

View the SSL certificate in the Security tab

The certificate details include information such as the certificate subject, issuer, validity period, and certificate chain.

This post is licensed under CC BY 4.0 by the author.