Fake SSL Middleware for Tests and Local Development
Add `FakeSSLMiddleware` to the top of your `MIDDLEWARE_CLASSES` stack when running tests or developing locally to allow https:// links to operate correctly. Can be used in conjunction with other SSL middleware to allow critical tests to be performed.
- middleware
- ssl
- testing
- test
- https
- local
- fake