When the web application was run on http, there was no problem with the rendering of the images and template. Now, after upgrading the server to support SSL, the CSS has 'broken' with some interesting symptoms:
- The admin page is working perfectly fine (this question has come up a few times like such Django Admin Page missing CSS)
- The Index page contains images, but the background, arrangement, etc. appear as if there is no CSS - the text is quite wrong, and the layout is wrong
- There is no CSS problem when loading the application via iOS, only through a web browser on android or desktop/laptop
Has anyone run into this type of problem before? Any suggestions as to why the SSL upgrade could have destroyed the interface on PCs/Androids?