Use the following procedure to convert the Developer server from a secure to a non-secure server.

 

ProcedureTo convert a Developer server from SSL to non-SSL:

  1. Install and run the Developer server on a SSL web site.
     
  2. Log in to the Developer and create a Profile, using the HTTPS bound web site URL for the Library Location.
     
  3. Exit the Developer.
     
  4. Navigate to the installation location and open the Repository.WCF\web.config file in the editor of your choice.
     
  5. Locate the XML value for the node configuration/system.serviceModel/bindings/basicHttpBinding/binding. There should only be one "name" attribute.
     
  6. Locate the “security” key located within the key and change the "mode" attribute from "Transport" to "None".
     
  7. Locate the XML value for the node configuration/system.serviceModel/bindings/customBinding/binding/httpsTransport. There should only be one node with this name.
     
  8. Rename the node from httpsTransport to upkHttpsTransport.
     
  9. Save the changes and close the web.config file.
     
  10. Remove the certificate and HTTPS bindings from the web site to be affected, if desired.
     
  11. Ensure the HTTP binding is allowed on the web site.
     
  12. Log in to the Developer using the Profile with the original SSL Library Location. If the HTTPS binding has been removed from the site, you can open the Profile as Disconnected.
     
  13. On the Tools menu, choose Profiles.
     
  14. If you are in the profile that is on the affected web site, click Exit Profile, then select the profile to modify, and click Edit.
     
  15. In the Profile Wizard, edit the Library Location URL to point to the new non-SSL location.
     
  16. Log in to the Developer and verify it works.

Table of Contents  Back

Dev_server_to_non_SSL