skupper icon indicating copy to clipboard operation
skupper copied to clipboard

UI Javascript Error with Podman sites using ip based host

Open bfarr-rh opened this issue 2 years ago • 2 comments

I have initialised podman sites on an instance with the following skupper init --ingress-host 3.24.237.19 --platform podman --enable-console --enable-flow-collector --site-name skgw --console-auth=internal --console-user=admin --console-password=password

However when navigating to the https://3.24.237.19:8010 and clicking on the "Addresses" the default error page came up and there were many JS errors as below

Failed to load resources : net: ERR_HTTP2_PROTOCOL_ERROR The page at "https://3.24.237.19:8010/#/sites' was loaded over HTTPS, but requested an insecure element https://3.24.237.19:8810/064827e-png'• This request was not upgraded to HTTPS because its sk-main.be47241…min.js:2 URL'S host is an IP address. mixed content: The page at

bfarr-rh avatar Aug 09 '23 07:08 bfarr-rh

@bfarr-rh The latest version of the console now depends on an internal version of prometheus, which is already available when skupper is deployed to a Kubernetes cluster, but not yet available on podman sites.

This is coming shortly in one of the upcoming releases.

fgiorgetti avatar Aug 09 '23 13:08 fgiorgetti

@fgiorgetti, I tested this with 1.5.3, and it worked. Should this be closed with #1213 merging?

hash-d avatar May 22 '24 20:05 hash-d