Restriction:  This topic applies only when the Enterprise Server feature is enabled. 
               	 
            
 
            	 
            This section describes the process that the server owner uses to configure the ESDEMO 
               		enterprise server region to use SSL. In this tutorial, you create an HTTPS version of the HTTP Echo listener. You will use this listener in the 
               		Interpreting a Security Alert stage. 
               	 
            
 
            	 
             
               		
               - Start Enterprise Server Administration, access the Home screen, and make sure the ESDEMO enterprise server is stopped. 
                  		
               
- For ESDEMO, click 
                  		  Edit 
                     		   > 
                  		  Listeners to access the 
                  		  Listeners page. 
                  		
               
- From the 
                  		  Process drop-down list, select 
                  		  All so you can see all of the listeners. 
                  		
               
- Click 
                  		  Add to create a listener for HTTPS. 
                  		
               
- In the 
                  		  Name field, type 
                  		  HTTPS Echo.
                  		
               
- Change the 
                  		  Endpoint Address to 
                  		  *:9443. 
                  		  
                  Although you can use port 443, it might already be in use. For example, IIS listens by default on port 443. If you want to
                     use port 443, you can check whether or not it is in use by running the following command at an 
                     			 Enterprise Server command prompt: 
                     		  
                   netstat -an | findstr 443 Note: See 
                     			 To start an 
                        				Enterprise Server command prompt to learn how to start the command prompt.
                     		  
                   
- To specify that this is an HTTP echo listener, which provides a simple response to HTTP requests, select 
                  		  Custom under 
                  		  Supported Conversation Type, and then type 
                  		  http-echo into its corresponding field. 
                  		  
                  Note: Do not set the http-echo conversation type to use in production. It is intended for connection testing only. 
                     		  
                   
- In the 
                  		  Description field, type: 
                  		  Simple secure HTTP test 
- Click 
                  		  Add. 
                  		
               
On the 
               		Listeners page, the new entry for HTTPS Echo appears.