- Change the Knowledge Center Server to non-SSL
- Change the Knowledge Center Server to non-SSL
- "46188b00-d857-4cbd-80db-e152f52683ea
- Use the following procedure to convert the Knowledge Center server from a secure to a non-secure server.
- To convert the Knowledge Center server from SSL to non-SSL:
- Install and run the Knowledge Center server on an SSL web site.
- Log in to Knowledge Center as an administrative user under the HTTPS binding.
- Click the
- Manager
- In Manager, point to the
- More
- Server
- Change the value in the
- Server URL
- Click
- Save
- Log out of Knowledge Center.
- Navigate to the installation location and open the \Web Server\KData\web.config file in the editor of your choice.
- Locate the XML value for the node configuration/appSettings/add where the "key" attribute is "K_SSL".
- Change the value to
- false
- Locate the XML value for the node configuration/system.serviceModel/bindings/basicHttpBinding/binding. There should be only one "name" attribute.
- Locate the “security” key located within the key and change the "mode" attribute from "Transport" to "TransportCredentialOnly".
- Save the changes and close the 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 on which you want to remove the certificate.
- Log in to Knowledge Center and verify it still works.