Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. stop the Uptime Controller service
  2. rename <uptime_dir>\controller\etc\keystore to keystore_old
  3. run <uptime_dir>\controller\generate_keystore.bat
  4. restart the Uptime Data Collector service
  5. edit <uptime_dir>\apache\conf\httpd.conf, add "SSLProxyCheckPeerExpire off" under the "# ssl proxy settings" section
    example: 

    Code Block
    # 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
  6. restart Uptime services
    • Uptime Data Collector (uptime_core on Linux)
    • Uptime Controller (uptime_controller on Linux)
    • Uptime Web Server (uptime_httpd on Linux)
    start the Uptime Controller service
  7. 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 [email protected] for further investigation.