Page History
If you are encountering errors in your Dashboard Gadgets like the image below after upgrading to Uptime IM 7.7, the steps in this knowledge base article should resolve the errors.
Steps to To resolve :this issue
- stop Stop the Uptime Controller service.
- rename Rename
<uptime_dir>\controller\etc\keystore
tokeystore_old
. - run Run
<uptime_dir>\controller\generate_keystore.bat
. - edit Edit
<uptime_dir>\apache\conf\httpd.conf
, and add"SSLProxyCheckPeerExpire off"
under the"# ssl proxy settings"
section. For example:Code Block language sql # ssl proxy settings
LoadModule ssl_module modules/mod_ssl.so SSLProxyEngine on SSLProxyCheckPeerExpire off
ProxyPass /api https://uptime:9997/api
retry=0 ProxyPassReverse /api https://uptime:9997/api
- restart Restart Uptime services.
...
- UptimeDataCollector(uptime_coreonLinux)
...
- UptimeController(uptime_controlleronLinux)
...
- Uptime Web Server (uptime_httpd on Linux)
- browse Browse to the Dashboards and review; the gadgets should display without errors again.
If the errors persist or new errors appear, please reach out to Uptime IM Support at uptime-support@idera.com for further investigation.