Entri Secure’s REST endpoints (
/ssl/*) are served by the Connect API gateway at https://api.goentri.com, not by a separate Secure host. Under the hood, Secure runs on an SNS → SQS → Lambda pipeline and does not expose its own public API.About Entri Secure SSL certificates (FAQ)
How does Entri Secure’s SSL configuration work?
Entri uses a reverse proxy with SSL termination. To illustrate the flow of data:- A client (such as a web browser) makes a request to your customer’s domain.
- That request goes through Entri’s reverse proxy server and is passed along to your service.
- Your service returns a response through the reverse proxy, which is then passed back to the client.

