- Change the Developer Server to non-SSL
- Change the Developer Server to non-SSL
- "e9db9b7f-e124-48d0-b097-187ed15e2231
- Use the following procedure to convert the Developer server from a secure to a non-secure server.
- To convert a Developer server from SSL to non-SSL:
- Install and run the Developer server on a SSL web site.
- Log in to the Developer and create a Profile, using the HTTPS bound web site URL for the Library Location.
- Exit the Developer.
- Navigate to the installation location and open the
- Repository.WCF\web.config
- Locate the XML value for the node configuration/system.serviceModel/bindings/basicHttpBinding/binding. There should only be one "name" attribute.
- Locate the “security” key located within the key and change the "mode" attribute from "Transport" to "None".
- Locate the XML value for the node configuration/system.serviceModel/bindings/customBinding/binding/httpsTransport. There should only be one node with this name.
- Rename the node from httpsTransport to upkHttpsTransport.
- Save the changes and close the web.config file.
- Remove the certificate and HTTPS bindings from the web site to be affected, if desired.
- Ensure the HTTP binding is allowed on the web site.
- 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.
- On the
- Tools
- Profiles
- If you are in the profile that is on the affected web site, click
- Exit Profile
- Edit
- In the Profile Wizard, edit the Library Location URL to point to the new non-SSL location.
- Log in to the Developer and verify it works.