We have a Windows installation with apache as webserver. We have configured wildcard DigiCert as well. Everything seems working fine except few apps like Users. When we try to access Users - we get the following error.
The error is generic and doesn’t help indicate why this is happening. Is it possible we get more info from the console and the network requests for more information about the error?
Hi @Gassim (thanks for reminding you to troubleshoot further) and I would like to update this thread since i could find the reason and solution. In the developer tools-> console it was showing “Mixed Content” error and following configuration in the tomcat server.xml fixed the issue. I think it’s more a windows specific issue
we had to explicitly give scheme="https" and proxyPort ="443"