OpenPrinterOpenPrinter
OpenPrinter Agent Gateway

Server rejects authentication

The server sends a bounded failure reason and closes the unauthenticated socket. Authentication failures are terminal for this connection; the agent must establish a new connection before retrying.

Address

/.well-known/openprinter/gateway

Description

The authenticated, bidirectional OPPA gateway socket.

Messages

Sent before the server closes an unauthenticated socket. The message is intentionally bounded and does not disclose credential or signature details.

Payload

Message Example

{  "type": "auth.rejected",  "code": "invalid_signature",  "message": "Gateway authentication failed."}