Hi everyone,
I'm getting an error on login "Login Error. A login error occured. Please try again" while using https. In the browser console I can see the error
"The page at 'https://<domainName>/pentaho/Login' was loaded over HTTPS, but displayed insecure content from 'http://<domainName>/pentaho/index.jsp': this content should also be loaded over HTTPS."The same works fine when using http.
In webcontext.js, the SERVER_PROTOCOL is always "http" and FULLY_QUALIFIED_URL is also on http.
What could be the issue.
I'm getting an error on login "Login Error. A login error occured. Please try again" while using https. In the browser console I can see the error
"The page at 'https://<domainName>/pentaho/Login' was loaded over HTTPS, but displayed insecure content from 'http://<domainName>/pentaho/index.jsp': this content should also be loaded over HTTPS."The same works fine when using http.
In webcontext.js, the SERVER_PROTOCOL is always "http" and FULLY_QUALIFIED_URL is also on http.
What could be the issue.