Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For System Administrators | Configuring Optimize | Securing Optimize Engines with SSL | Changing the Configuration Agent Protocols
 
Changing the Configuration Agent Protocols
After installing authentication certificates, you must change the configuration agent endpoint protocols to use SSL.
*To change endpoint protocols to use SSL
1. Shut down all Optimize components.
2. For each of the Optimize components (Analytic Engine and Web Service Data Collector), navigate to the \conf\System directory and edit the file named EndpointRegistry.xml. Change the protocol for the Configuration Agent to https, as shown in the following example:
<endpoint host="localhost" name="Configuration Agent" port="15000"
protocol="https"/>
3. Restart all Optimize components.
4. Log in to My webMethods Server and navigate to the Define Environments page. Select the desired environment and navigate to the Map Endpoints page. On that page, change the protocol for the Configuration Agent endpoints to https.
5. Navigate to the main page and select the environment for deployment. Select the option labeled Deploy Updates. If the endpoints are defined correctly, you should see a message indicating that the deployment was successful. If there is an error, verify that the endpoints are correct and that all of the Optimize components started correctly.