You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter with some websites which has valid SSL like expiry date and issue date but still when its loaded in chrome i can see error
I am wondering if we can adjust script so it reads each domain and find out "Your connection is not private" and change status of site to invalid ssl or something. Do you know if we can edit this script or if you can suggest anything.
The text was updated successfully, but these errors were encountered:
With the way it's currently done you would have to check the certificate info for everything you need - in this case an incorrect/invalid common name.
It might be possible to do a generic check by loading the page and checking for errors somehow, but that would probably be much slower than just getting the certificate info as it does currently.
You could create a fork and play with those things in the script if you want, I don't currently have plans to update the original for anything other than expiry date checking.
I encounter with some websites which has valid SSL like expiry date and issue date but still when its loaded in chrome i can see error
I am wondering if we can adjust script so it reads each domain and find out "Your connection is not private" and change status of site to invalid ssl or something. Do you know if we can edit this script or if you can suggest anything.
The text was updated successfully, but these errors were encountered: