Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixed Content issues with HTTPS TLS #1128

Open
kaovilai opened this issue Nov 14, 2024 · 0 comments
Open

Mixed Content issues with HTTPS TLS #1128

kaovilai opened this issue Nov 14, 2024 · 0 comments

Comments

@kaovilai
Copy link

kaovilai commented Nov 14, 2024

xhr.js:187 
 Mixed Content: The page at 'https://api-https-monocle.wdh415-vpc-cluster-3626522……ontainers.appdomain.cloud/upstream-velero/active_authors?q=from:now-3weeks' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://api-monocle.wdh415-vpc-cluster-3626522…-0000.us-south.containers.appdomain.cloud/api/2/about'. This request has been blocked; the content must be served over HTTPS.
Show 1 more frame

Problem seems to be this where __API_URL__ is always an http:// despite MONOCLE_PUBLIC_URL being set to https://.

window.API_URL = "__API_URL__";

The logs in the api pod indicates the MONOCLE_PUBLIC_URL is being used just not everywhere at least on the front-end javascript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant