Siebel Open UI >  Mixed Content: The page at was loaded over HTTPS, but requested an insecure image . His content should also be served over HTTPS

Mixed Content: The page at ‚<URL>‘was loaded over HTTPS, but requested an insecure image ‘<URL>’. His content should also be served over HTTPS.

Mixed Content: The page at ‚<URL>‘was loaded over HTTPS, but requested an insecure image ‘<URL>’. His content should also be served over HTTPS.

I saw this error in Open UI but it can occur easily in Siebel HI Client also.

Symptoms of this error include - a part of the Siebel page is empty, you cannot navigate when you click on a link , you cannot access Administration pages etc.

This happened to us because the web server had not configured the Siebel URL correctly and then had set the website to https.

The correct solution would be to check IIS Settings and also check if we have inserted http links in Siebel. That could take some time to solve.

The workaround solution is to change a parameter and set Siebel to http.

Open Server Manager and run this command

srvrmgr> list parameter securebrowse for comp eCommunications_enu show PA_ALIAS , PA_VALUE  

PA_ALIAS                    PA_VALUE  

------------                    --------  

SecureBrowse                 true      

SecureBrowse                 true     

 

Change the Parameter value to flase

srvrmgr> Change param SecureBrowse=False for compdef eCommunications_enu 

After that you need to restart Siebel Server.