My splunk version is enterprise on prem 9.3.2
And this is version 5.2.6 of sentinel one app for splunk.
I am getting an error:
"Mixed Content: The page at
https://xyz was loaded over https, but requested an insecure script
http://xyz/dist.config.js ; /dist.react-dom.js ; /dist.react.js"
This request was blocked.
I was unsuccessful in looking through any of the apps files for any explicit calls of HTTP. It is my understanding that /relative calls will use the same protocols as the page itself loaded, so I am confused how/why it is trying to call these JS files via HTTP.
Any thoughts?