Logo
My activities

Set Up Integration Services to Use SSL

Version 4.5 and earlier

  1. Open Integration Services’ web.config file, located on the physical path of the web app.

  2. 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>

  3. Save changes to the configuration file.

Version 4.6 and later

  1. Open the Integration Services web.config file located on the physical path of the web app.

  2. 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-->"

  3. Save changes to the configuration file.

See also:

Follow
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request
Powered by Zendesk