How can we invoke an SSL certificate popup in a browser using Javascript?

I need to call the SSL certificate viewer (popup) in the browser using javascript code. Is there any way to do this? If yes, please give me some solution for this.

+4
source share
1 answer

After some research, the answers seem no.

However, you can instruct the user on how to get to the dialog, for example (Chrome 33 on Windows):

To access HTTPS / SSL certificates in Google Chrome / Chromium:

  • [Click here] (chrome: // settings) to open the Chrome settings panel
  • " ..."
  • , "HTTPS/SSL" " "
  • .
0

All Articles