Problem
https://docs.dryvist.com returns a 302 redirect to https://dryvist.cloudflareaccess.com/cdn-cgi/access/login/... for every page. The site is completely inaccessible without Cloudflare Access authentication.
Evidence (2026-08-21)
curl returns 302 to Cloudflare Access login for every path on docs.dryvist.com. The site appears to return 200 when following redirects (-L flag), masking the redirect from simple health checks.
Impact
- All external links to docs.dryvist.com from READMEs, documentation, and issue trackers are broken for unauthenticated users
- The site appears to return 200 (followed by -L), masking the redirect from simple health checks
- This was already flagged in a prior docs-study run (2026-08-20) but remains unresolved
Sources
- Direct curl test: curl returns 302 to Cloudflare Access login for https://docs.dryvist.com
- Sub-path test: curl returns 200 (redirected to login) for https://docs.dryvist.com/infrastructure/dns-architecture
- Last docs-study memory entry (2026-08-20) already flagged this as drift
Recommendation
Either: (a) remove the Cloudflare Access gate from docs.dryvist.com, or (b) update all external links to point to the authenticated-accessible alternative (docs.jacobpevans.com) and document the auth requirement.
Problem
https://docs.dryvist.comreturns a 302 redirect tohttps://dryvist.cloudflareaccess.com/cdn-cgi/access/login/...for every page. The site is completely inaccessible without Cloudflare Access authentication.Evidence (2026-08-21)
curl returns 302 to Cloudflare Access login for every path on docs.dryvist.com. The site appears to return 200 when following redirects (-L flag), masking the redirect from simple health checks.
Impact
Sources
Recommendation
Either: (a) remove the Cloudflare Access gate from docs.dryvist.com, or (b) update all external links to point to the authenticated-accessible alternative (docs.jacobpevans.com) and document the auth requirement.