-
Notifications
You must be signed in to change notification settings - Fork 228
[cetic/nifi] 'Page was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint' when using external SSL certificate #282
Comments
NIFI is quite new to me, and I am also experiencing the issue described above. I have tried so many things to resolve this issue, but have not been successful. Could someone please help us? |
The problem is likely in this line:
As you see in the error message, the NiFi UI doesn't just access |
That line simply specifies what to resolve to when navigating to /; the path of the ingress is still "/" so should be able to handle both /nifi & /nifi-api |
After some digging I've managed to setup a proxy as mentioned here. I did need to remove @Himanshu-pvt-repo I'm using port 9443 instead of 8443 for the HTTPS resolving since our ingress-nginx-controller runs on 8443, which presents a ton of issues when exposing the Nifi UI on the same port. The remapping of the port might not be necessary in your case. Final chart setup
|
This issue is stale because it has not seen recent activity. Remove stale label or comment or this will be closed. |
Running NiFi in an EKS cluster, exposed by an ingress-nginx-controller. Recently bound a SSL-certificate to the ingress-nginx-controller, managing SSL termination by default across applications. The NiFi UI however won't load the details of it's controller services when using this public SSL certificate in the UI.
Error
Thrown in the web browser after clicking the UI cogwheel element inside the Controller Services menu:
Chart
We use the 1.1.1 version of the Chart backed by a 1.16.3 version of the official NiFi docker image.
The text was updated successfully, but these errors were encountered: