We have a Secure URL on a Dispatcher instance. When we access it with an empty cache, instead of looking to the render and generating folders/files, it registers a "file not found" error for the first directory and gives up/returning a 404 for all the css, js, images etc.
When the URL is hit on the non-secure port, render is accessed, the files and folders are created and there is no error.
Hitting the URL on the Secure port again after that causes no errors as well, because the files and folders now exist from the non-secure Port access.
Can someone please comment how an HTTPS dispatcher URL get the contents from the publish renderer which is HTTP?
Thank you.