mTLS ping
The mTLS test package provides a page, API, client library, unit tests, and CLI that report connection information and any client certificate received by the Neuron. Use it to separate network/TLS termination problems from application authorization. Verify:- the client sent a certificate;
- no reverse proxy stripped it;
- subject/issuer and chain are expected;
- key usage and validity interval permit client authentication;
- the application maps the certificate to the intended account.
What’s My Endpoint
GET or POST /WMEP returns the request’s observed remote endpoint as text/plain. It helps diagnose NAT and proxy paths. Treat forwarded headers as trusted only when they came from a configured proxy.
DNS over HTTPS
/dns-query implements the RFC 8484 wire format:
GET /dns-query?dns={base64url-dns-message}withAccept: application/dns-message;- HTTPS
POST /dns-querywithContent-Type: application/dns-message.
application/dns-message, and can include Cache-Control for GET. Unencrypted POST is rejected. A Neuron DoH endpoint is a resolver service: apply abuse controls, query logging/privacy policy, recursion policy, and outbound DNS hardening before exposing it publicly.