In order to use an HTTPS connection with your Integration for Esri solution, follow these steps:
- Open the OnBase GIS Service web.config file.
-
Comment out the basic HTTP endpoint address setting in the <services> node:
<endpoint address="" binding=."basicHttpBinding" bindingConfiguration="ServicesBindingHttp" contract="Hyland.Integrations.GISservice.IGISservice" />
-
Uncomment the HTTPS endpoint address setting in the <services> node:
<endpoint address="" binding="basicHttpBinding" bindingConfiguration="ServicesBindingHttps" contract="Hyland.Integrations.GISservice.IGISservice" />
- Change the value of the binding option in the <endpoint address="mex"> setting to read "mexHttpsBinding".
- Save and close the web.config file.