Live data from Hacker News

A simple HTTPS, HTTP/3, SSL and security headers checker I built with AI

news.ycombinator.com

1–3 of 3 posts

A simple HTTPS, HTTP/3, SSL and security headers checker I built with AI

#1
I’m a DevOps engineer and recently started experimenting seriously with AI-assisted coding to see how useful it actually is in real work.

It checks:

- HTTPS redirects - SSL certificate validity - Mixed content - basic security headers - HTTP/3 support

AI helped a lot with speed — scaffolding, boilerplate, and quick iterations. But testing, edge cases, and reviewing security-related logic quickly reminded me that AI doesn’t replace understanding. You still own every line of code you ship.

This is mainly a learning project, not meant to replace full security scanners. I’d appreciate any feedback, bug reports, or thoughts on what’s missing or misleading.

Check it out: https://httpsornot.com

Re: A simple HTTPS, HTTP/3, SSL and security headers checker I built with AI

#3

Cool, but it doesn't check security headers correctly: https://httpsornot.com/?domain=theandrewbailey.com versus: https://securityheaders.com/?q=https%3A%2F%2Ftheandrewbailey... Edit: fixed now?

Hello, thank you for the feedback, i really appreciate it. We found bug and it's fixed. You can double check it. Thank you.