01 / Connect
Ask what a client asks.
Handshakes at each TLS version, one request for the front page, and the DNS records a mail server reads. Nothing is sent that a browser or a mail server would not send.
Porch by denyfirst
What your infrastructure presents to the outside world: the TLS handshake and certificate, how the site is reached, and what the domain's DNS says about its mail. Each finding cites the rule behind it, and what could not be measured is said.
TLS & certificatesWeb reachMail policyDNS
How it worksTry itLive
This deployment checks only the domains this project runs. To check yours, run Porch yourself.
How it works
Here it checks our own domain. Run it yourself for the infrastructure you are responsible for.
01 / Connect
Handshakes at each TLS version, one request for the front page, and the DNS records a mail server reads. Nothing is sent that a browser or a mail server would not send.
02 / Examine
Each check has its own rule set, and every finding cites the standard it rests on. Where no standard sets a line, the fact is reported rather than graded.
03 / Understand
Each check leads with its verdict and its findings, with the tables and limits underneath. Your own copy lets you save every report.
Get started
Docker on the server, Go on any machine. Nothing is fetched but this source and the standard library.
Get the source and build the service. Built elsewhere, copy
porchd into the checkout on the server.
git clone https://github.com/denyfirst/porch
cd porch
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -o porchd ./cmd/porchd
Give the container a data directory, then start it. Proof of control is on from the first start.
mkdir -p porch-data && sudo chown 65534:65534 porch-data
docker compose up -d --build
It listens only on the server itself. Reach it through SSH, then open
http://localhost:8080.
ssh -L 8080:127.0.0.1:8080 you@your-server
The first check of a domain shows a DNS record to add; the checks run once it is published. A public address, a signed release and everything else are in the self-hosting guide.
For your own infrastructure
Self-hosted, with proof of control for every domain, and nothing sent to us.