Remove Reference to "Fishie.png"

Tara Wilson (new) shared this question 3 years ago
Answered

Hello - I'm currently getting a mixed content error due to a particular file. I'm trying to find where yellowfin references a "fishie.png" file when the dashboard loads so that it can be removed. Any idea where I can remove this reference? It is a problem where I see the reference to MIAvatarImage.i4

Replies (3)

photo
1

Hi Tara,

Mixed content errors generally stem from a slight mismatch in configuration when implementing a new SSL/HTTPS environment. Would you please have a look at your server.xml file (found in your /appserver/conf directory) at your Connector block and adding the following parameters within the Connector block:

scheme="https" secure="true"
which should leave you with a Connector block such as:

<Connector port="8080" protocol="HTTP/1.1" maxHttpHeaderSize="8192"  maxThreads="150" minSpareThreads="25"  enableLookups="false" redirectPort="8443" acceptCount="100"  connectionTimeout="20000" disableUploadTimeout="true"  URIEncoding="UTF-8" compression="on" compressionMinSize="2048"
noCompressionUserAgents="gozilla, traviata"                compressableMimeType="text/html,text/xml,text/plain"
scheme="https" secure="true" />
You will then want to restart Yellowfin and test. Let me know if this resolves the issue.

Cheers,

Neal

photo
1

That did the trick, thanks!

photo
1

Hi Tara,

Great to hear. Let us know if you run into any further issues.

Cheers,

Neal

Leave a Comment
 
Attach a file