Changes between Initial Version and Version 1 of Ticket #28359
- Timestamp:
- Jul 4, 2017, 3:38:02 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28359 – Description
initial v1 27 27 }}} 28 28 29 We noticed today that setting `SECURE_SSL_HOST = 'example.com'` does not redirect requests to `https://www.example.com` 30 29 31 It seems to me that setting `SECURE_SSL_REDIRECT` and `SECURE_SSL_HOST` should also handle the case where 1. a request already uses a secure connection but 2. the host does not equal `SECURE_SSL_HOST`. 30 32