Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This is good but how to detect your connection is not private #4

Open
hmpargi opened this issue Sep 2, 2021 · 1 comment
Open

This is good but how to detect your connection is not private #4

hmpargi opened this issue Sep 2, 2021 · 1 comment

Comments

@hmpargi
Copy link

hmpargi commented Sep 2, 2021

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
image

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.

@PalFed
Copy link
Owner

PalFed commented Oct 5, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants