You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Other online ssl-tools like ssl-tools.net show that starttls is supported on the smtp.google.com domain.
The text was updated successfully, but these errors were encountered:
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.
- Fix TLS/STARTTLS check (Fixes issue #138)
- Consider `tls: true` if `starttls: true`
- Handle records not existing if ignoring unrelated records (PR #131fixes#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)
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 belowOther online ssl-tools like ssl-tools.net show that starttls is supported on the
smtp.google.com
domain.The text was updated successfully, but these errors were encountered: