Configuring an HTTPS Connection - Integration for Esri - English - Foundation 22.1 - OnBase - external

Integration for Esri

Platform
OnBase
Product
Integration for Esri
Release
Foundation 22.1
License

In order to use an HTTPS connection with your Integration for Esri solution, follow these steps:

  1. Open the OnBase GIS Service web.config file.
  2. Comment out the basic HTTP endpoint address setting in the <services> node:
    <endpoint address="" binding=."basicHttpBinding" bindingConfiguration="ServicesBindingHttp" contract="Hyland.Integrations.GISservice.IGISservice" />
  3. Uncomment the HTTPS endpoint address setting in the <services> node:
    <endpoint address="" binding="basicHttpBinding" bindingConfiguration="ServicesBindingHttps" contract="Hyland.Integrations.GISservice.IGISservice" />
  4. Change the value of the binding option in the <endpoint address="mex"> setting to read "mexHttpsBinding".
  5. Save and close the web.config file.