generated: '2026-07-12' method: probed source: live DNS/TLS/HTTP probes of apis.yml + OpenAPI hosts hosts: - host: api.virtuagym.com https: true tls_version: TLSv1.3 cert_expires: Jan 4 23:59:59 2027 GMT hsts: true hsts_max_age: 600 hsts_include_subdomains: true - host: virtuagym.com https: true tls_version: TLSv1.3 cert_expires: Jan 4 23:59:59 2027 GMT hsts: true hsts_max_age: 600 hsts_include_subdomains: true - host: www.virtuagym.com https: true tls_version: TLSv1.3 cert_expires: Jan 4 23:59:59 2027 GMT hsts: true hsts_max_age: 600 hsts_include_subdomains: true note: Redirects (HTTP 301) to the apex / business host. domains: - domain: virtuagym.com dnssec: false caa: [] spf: true spf_policy: '~all' spf_record: 'v=spf1 include:_spf.virtuagym.com include:salesforce.com include:spf.mandrillapp.com include:servers.mcsv.net include:_spf.google.com ~all' dmarc: true dmarc_policy: none notes: >- All three probed hosts serve HTTPS over TLS 1.3 with valid certificates expiring Jan 4 2027 and enforce HSTS, though with a notably short max-age of 600 seconds (10 minutes) rather than a long-lived policy. SPF is published with a soft-fail (~all) covering Salesforce, Mandrill, Mailchimp, and Google as senders; DMARC is present but set to p=none (monitor only, not enforcing). No CAA records were observed on virtuagym.com and DNSSEC is not enabled. The Public API is served from api.virtuagym.com, which requires HTTPS for all requests.