Disabling HTTPS - Integration for Epic - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Premier - Standard

Integration for Epic

Platform
OnBase
Product
Integration for Epic
Release
Foundation 23.1
License
Essential
Premier
Standard

By default, the Image Retrieval API integration is configured to use an HTTPS binding. If Epic is not configured to use an HTTPS binding (for example, in a test environment), then you must turn off the HTTPS binding for the Image Retrieval API integration.

  1. Open the Web.config file for the OnBase Application Server.
  2. Locate the following node:
    <binding name="AppServerForEpicBasicHttpBinding" transferMode="Streamed">
        <security mode="Transport"/>
    </binding>
  3. Set the security mode to None. The resulting node should resemble the following:
    <binding name="AppServerForEpicBasicHttpBinding" transferMode="Streamed">
        <security mode="None"/>
    </binding>
  4. Save Web.config.