HTTPS is a secure version of HTTP. When making a connection using HTTPS, either SSL or TLS will be used to encrypt the information being sent to and from the server. This encryption makes it very difficult for a third party to read the data packets. The information is encrypted using a Cipher or encryption key, the type of Cipher used depends on the Cipher Suite installed and the preferences of the server.
This article describes how to find the Cipher used by an HTTPS connection, by using Internet Explorer, Chrome or FireFox, to read the certificate information.
Instructions
Using a browser to open an HTTPS page and check the certificate properties to find the type of Cipher used to encrypt the connection.
How to find the Cipher in Internet Explorer
- Launch Internet Explorer.
- Enter the URL you wish to check in the browser.
- Right-click the page or select the Page drop-down menu, and select Properties.
- In the new window, look for the Connection section. This will describe the version of TLS or SSL used.
How to find the Cipher in Chrome
- Launch Chrome.
- Enter the URL you wish to check in the browser.
- Click on the ellipsis located on the top-right in the browser.
- Select More tools > Developer tools > Security
- Look for the line "Connection...". This will describe the version of TLS or SSL used.
How to find the Cipher in FireFox
- Launch FireFox.
- Enter the URL you wish to check in the browser.
- In the address bar, click the icon to the left of the URL.
- Now click on More Information.
- Select the Security tab.
- Look for the Technical details section. This will describe the version of TLS or SSL used.
If you are interested in HTTPS ciphers, you should be monitoring your web server. GSX Monitor will carefully observe the processes and services of your IIS and Windows servers to prevent potential issues from arising.
Why not sign up for a free trial?