Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>It depends on the browser you're using, if you let me know I'll update my answer.</p> <p><strong>Chrome 55 and above</strong> You can now find this information in Developer Tools. Options (3 dots) -> More Tools -> Developer tools, or press F12, then click the "Security" tab and you'll get a "Security Overview" with a "View certificate" button. As per <a href="https://superuser.com/questions/1160502/how-to-view-ssl-certificate-details-on-chrome">another SO post</a> from Chrome 60 you can actually enable the option again if you go to <code>chrome://flags/#show-cert-link</code>.</p> <p><strong>Chrome 54 and below:</strong> If you're using Chrome then click on the green bar to the left of the 'https:' in the address bar, for the VeriSign website the green bar says <code>Symantec Corperation [US]</code>, this will open a pop up. On the pop up click 'Certificate Information'. This will open another pop up. On this go the 'Details' tab at the top and scroll down to 'Public key' which shows the public key the website is using for it's SSL. In VeriSigns case the public key is a 2048 bit key.</p> <p><img src="https://i.stack.imgur.com/HmkUm.png" alt="Chromes https"></p> <p><strong>IE:</strong> the green bar to click on is to the right of the web address. Clicking this brings a similar pop up where you have to click 'View certificates' which then brings up the same pop up as on Chrome where you go to the Details tab and scroll down to 'Public Key'</p> <p><img src="https://i.stack.imgur.com/7z8G1.png" alt="enter image description here"></p> <p>This is the pop up that opens after clicking the 'Certificate information' or 'View certificates' links.</p> <p><img src="https://i.stack.imgur.com/d6u1I.png" alt="enter image description here"></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload