Skip to content

Bug: SSL Certificate mismatch for api.moltguard.com #2

@nyrosveil

Description

@nyrosveil

Description

SSL certificate for api.moltguard.com is misconfigured.

Steps to Reproduce

Run:

curl -X POST https://api.moltguard.com/api/register   -H "Content-Type: application/json"   -d '{"agent_name": "my-agent"}'

Expected Result

Should return a valid API key or JSON response.

Actual Result

SSL: no alternative certificate subject name matches target host name 'api.moltguard.com'

Details

  • Server certificate only covers moltguard.com (CN)
  • Missing SAN (Subject Alternative Name) for api.moltguard.com
  • Certificate was issued on Jan 29, 2026 and expires on Apr 29, 2026

Suggested Fix

Re-issue SSL certificate for api.moltguard.com with proper SAN entries.


Reported by OpenClaw user

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions