.vbw-planning/milestones/aia-ssl-fix/ROADMAP.md
Goal: Implement automatic AIA intermediate certificate fetching so feeds like netflixtechblog.com (served via Medium/AWS with wrong intermediates) succeed without manual cert configuration.
Requirements:
Success Criteria:
Goal: Reduce test suite wall-clock time from ~133s to ~50s through structural optimizations. The 3-agent investigation identified that FeedFetcherTest (71 tests, 84.8s, 64% of total) is a monolithic class that cannot be parallelized, integration tests add 31s, and 95MB of debug logging adds 5-15s.
Requirements:
Success Criteria:
bin/rails test --exclude-pattern="**/integration/**" runs <50s| Phase | Status | Plans | Completed |
|---|---|---|---|
| 1. AIA Certificate Resolution | Complete | 3 | 3 |
| 2. Test Performance | Complete | 4 | 4 |