Skip to content

Actor ID and public key ID have different URI schemes #1178

@silverpill

Description

@silverpill

Hi, I discovered an actor where publicKey.id and publicKey.owner have http URI scheme. The admin says that configuration seems to be correct ("both site url and the activitypub url are https").

Example:

{
  "id": "https://ghost.example/.ghost/activitypub/users/index",
  "publicKey": {
    "id": "http://ghost.example/.ghost/activitypub/users/index#main-key",
    "owner": "http://ghost.example/.ghost/activitypub/users/index",
    "publicKeyPem": "...",
    "type": "CryptographicKey"
  }
}

Version (according to NodeInfo): 0.1.0

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