Hi supporter,
I'm facing the "Mixed Content: the content must be served over HTTPS." issue when building the URL by the Ivy.html().applicationHomeRef() API.
The root cause is user accesses to engine by a domain with HTTPS - but when a user starts a task in the iframe, we have some logic calling to a URL by Ivy.html().applicationHomeRef() API, but it always returns the URL as HTTP, not HTTPS.
I checked the BaseURL configuration, we configured it as HTTPS already, I restarted the engine a lot but no hope.
Could you give me some hints to detect the issue?
Details system info:
- Axon Engine window 10.0.11
- License with keyversion=axonivy/10000 and type=Standard Edition
- Win Server 2022
Thanks!