Readit News logoReadit News
GauntletWizard · 2 years ago
One thing they don't cover is name constraints; There's a bunch of ways that they can fail, and some surprising ways they don't - The default is permit all, so if you have a Web CA with name constraints, you should remember to add poison-pill constraints for e-mail addresses as well.

It's of course not super easy for badssl to show such - They'd need an intermediate cert of their own, or close cooperation with a CA, but IRSG should definitely do so.

Retr0id · 2 years ago
Looks like the cert for extended-validation.badssl.com expired (and not deliberately!)

Edit: known issue https://github.com/chromium/badssl.com/issues/516

stayallive · 2 years ago
I am using these now for testing revoked and expired certs: https://www.ssl.com/sample-valid-revoked-and-expired-ssl-tls...
Daviey · 2 years ago
Same with this, it's a revoked certificate which has expired: https://revoked.badssl.com/

Deleted Comment

matthewmueller · 2 years ago
Would love a tool that checks your website for these problems.
creshal · 2 years ago
https://www.ssllabs.com/ covers most (if not all?) server-side problems.
loloquwowndueo · 2 years ago
I use sslcheck for this. https://pypi.org/project/sslcheck/

Badssl is good to see how clients react to a badly configured certificate, which is a different thing from checking whether your certificate or web site are badly configured.

stayallive · 2 years ago
I felt the same so I've built https://cert.chief.app.

Also had to find another source for revoked test certificates for the homepage examples and found them here: https://www.ssl.com/sample-valid-revoked-and-expired-ssl-tls.... The badssl ones are expired too which means they are no longer revoked since revocation only lasts the lifetime of the certificates, which makes sense of course.

wolfskaempf · 2 years ago
You’re in luck because such a tool exists :) https://testssl.sh/
efortis · 2 years ago
https://Hardenize.com

Its founder, Ivan Ristić, has nice books as well.

Deleted Comment

Deleted Comment

Deleted Comment