- Change the Developer Server to SSL
- Change the Developer Server to SSL
- "1137986e-5020-4edd-82af-cbfce0ad0838
- Use the following procedure
- to convert the Developer server from a non-secure to a secure server.
- To convert the Developer server from non-SSL to SSL:
- Install and run the Developer server on a non-SSL web site.
- Log in to the Developer and create a Profile, using the HTTP bound web site URL for the Library Location.
- Exit the Developer.
- Apply the certificate and HTTPS bindings to the web site on which the Developer server is installed.
- Navigate to the installation location and open the Repository.WCF\web.config file in the editor of your choice.
- 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 “None” or "TransportCredentialOnly" to "Transport".
- Locate the XML value for the node configuration/system.serviceModel/bindings/customBinding/binding/upkHttpsTransport. There should only be one node with this name.
- Rename the node from upkHttpsTransport to httpsTransport.
- Save the changes and close the web.config file.
- Log in to the Developer using the Profile with the original non-SSL Library Location. If the HTTP 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 SSL location.
- Log in to the Developer and verify it works.