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

TLS/STARTTLS check malfunction #138

Closed
S1mple133 opened this issue May 31, 2024 · 1 comment
Closed

TLS/STARTTLS check malfunction #138

S1mple133 opened this issue May 31, 2024 · 1 comment

Comments

@S1mple133
Copy link

S1mple133 commented May 31, 2024

Hi!

While scanning the MX Domains of google.com with the command checkdmarc google.com, the output shows that starttls is not supported, as seen in the screenshot below

image

Other online ssl-tools like ssl-tools.net show that starttls is supported on the smtp.google.com domain.

@BizzyBMW
Copy link

I have the same problem and I believe the issue is related to SSL certificate verification. I just ran a quick test by temporarily disabling hostname verification and certificate verification, and the result is correct.

seanthegeek added a commit that referenced this issue Jul 16, 2024
- Fix TLS/STARTTLS check (Fixes issue #138)
- Consider `tls: true` if `starttls: true`
- Handle records not existing if ignoring unrelated records (PR #131 fixes #130)
- Query the base domain if a DMARC record is not found at the subdomain (PR #132)
- Do not accept `include=` in the SPF record (PR #134 fixes issue #134)
- Fix DNSSEC cache (PR #136 Fixes issue #137)
- Fixed checking whether there is some text after `all` SPF directive (PR #139)
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

3 participants