10-May-2018 06:22
Hello!
I have a virtual server listening on 80 and serving nodes at 80. no we added offloading on a new https virtual server and iRule on the old one to redirect (am using the default iRule for redirection) and we have an error when we try to access the page:
How can i fix this problem from F5 ?
10-May-2018 17:55
From the limited information available here, it sounds like the page loaded from the HTTPS virtual server contained objects that tried to source from a site using hardcoded "http" scheme/protocol.
The best way to have this fixed is to get the application administrators/developers to change to use relative URLs to reference resources on the same site.
You can't do anything if the URLs are for a different host altogether.
Alternatively, you can create a stream profile to change every reference of http to https. See K8115: Overview of the Stream profile.