Path-Password Method - Diagnostics Service and Diagnostics Console - English - Foundation 22.1 - OnBase - external

Diagnostics Service and Diagnostics Console

Platform
OnBase
Product
Diagnostics Service and Diagnostics Console
Release
Foundation 22.1
License

The Path-Password method involves storing the certificate locally and referencing the path and password in the appsettings.json file. To configure remote access using HTTPS and the Path-Password method for the SSL Certificate:

  1. Locate the appsettings.json file. In a default installation, this file is located at C:\Program Files (x86)\Hyland\Services\Diagnostics.
  2. Open the configuration file in a plain-text editor, such as Notepad.
    Note:

    The *.config file should only be edited in a plain-text editor, such as Notepad, or a utility specifically designed to edit XML files. It should not be edited in a binary editor, such as Microsoft Word. Using a binary editor can introduce invalid characters to the file and make it unreadable by the software.

  3. Locate the "Urls" element.
  4. To enable remote access, set the element to "https://0.0.0.0:8989"
  5. On the next line, add the following:
    1. "Certificates": {

      "Path": "C:\\Shared\\localhost.pfx",

      "Password": "password",

      "AllowInvalid": "true"

      }

  6. Replace "C:\\Shared\\localhost.pfx" with the path for the certificate contained in quotation marks (").
  7. Replace "password" with the password for the certificate contained in quotation marks (").
  8. Save and close the configuration file.
  9. Restart the Diagnostics Service for the changes to take effect.
    Note:

    Each remote Diagnostics Service you need to collect data from must be enabled for remote access.