Version 4.5 and earlier
-
Open Integration Services’ web.config file, located on the physical path of the web app.
-
Edit the following elements on the configuration file:
-
<security mode=”Transport”>. This change applies to both <security> element underneath <basicHttpBinding> and <webHttpBinding>.
-
On <customBinding> section, update configuration to use <httpsTransport></httpsTransport> versus <httpTransport></httpTransport>
-
-
Save changes to the configuration file.
Version 4.6 and later
-
Open the Integration Services web.config file located on the physical path of the web app.
-
Edit the following elements on the configuration file:
-
Locate the section labelled "<!-- Begin HTTPS -->"
-
Commenting will need to be removed - "<!--" at the beginning of a section and "-->" at the end
-
Remove the commenting from the following subsections: "<!--Basic-->", "<!--Streaming-->" and "<!--MEX-->"
-
Locate the section labelled "<!-- Begin HTTP No Authentication -->"
-
Add commenting to the same subsections of this section: "<!--Basic-->", "<!--Streaming-->" and "<!--MEX-->"
-
-
Save changes to the configuration file.
See also: