CorentinTh / it-tools

Collection of handy online tools for developers, with great UX.
https://it-tools.tech
GNU General Public License v3.0
22.16k stars 2.69k forks source link

[NEW TOOL] SSL/TLS Checker #578

Open joe-eklund opened 1 year ago

joe-eklund commented 1 year ago

What tool do you want? A certificate checker.

Describe the solution you'd like You would put in which website you would like to check and then it verifies a certificate is valid, lists what cipher suites it can use, etc.

Is their example of this tool in the wild? See https://www.ssllabs.com/ for an example.

Additional context N/A

sharevb commented 5 months ago

Hi @joe-eklund, this is not really possible from a browser, JS cannot access everywhere and cannot do raw socket access, will require a local application or server side, so probably not the goal of this project

But maybe can just make link to this site

joe-eklund commented 5 months ago

Hey, thanks for your input. If that's the case, this ticket could probably be closed since it's not technically feasible. It can be revisited if it becomes possible in the future.

sharevb commented 5 months ago

Hi, another solution is to forge an URL linking to ssllabs