This request has been blocked; the content must be served over HTTPS.
Answered
I am trying to embed Yellowfin, but am seeing the following error in my browser:
This request has been blocked; the content must be served over HTTPS.
I have already setup HTTPS, why am I getting this error?
Chances are you are inheriting the SSL certificate from an external location such as a load balancer or reverse proxy. In this case we will need to adjust the base connector of Yellowfin, to respect this connection:
In the server.xml file:
<your yellowfin>/appserver/conf/server.xml
You will need to find your standard connector, which will typically look like this:
And add the following two parameters to it:
Chances are you are inheriting the SSL certificate from an external location such as a load balancer or reverse proxy. In this case we will need to adjust the base connector of Yellowfin, to respect this connection:
In the server.xml file:
<your yellowfin>/appserver/conf/server.xml
You will need to find your standard connector, which will typically look like this:
And add the following two parameters to it:
Replies have been locked on this page!