
Load Balancer Server Configuration

To install for SSL you need to make sure you have configured your VHost.xml to use port 443 and the
appropriate SSL certificate is used. The tutorial for getting a StreamLock certificate is here

https://www.wowza.com/docs/how-to-get-ssl-certificates-from-the-streamlock-service

This certificate should be configured on the load balancer server.

Load Balancer Client Configuration

On the load balancer client configuration the loadbalanceServerIP property MUST BE THE HOSTNAME
that MATCHES THE SSL CERTIFICATE. DO NOT USE AN IP ADDRESS.

An example would be

			<Property>
				<Name>loadbalanceServerIP</Name>
				<Value>[streamLockID].streamlock.net</Value>
				<Type>String</Type>
			</Property>

You MUST also set the following property

			<Property>
				<Name>loadbalanceClientCommunicationScheme</Name>
				<Value>https</Value>
				<Type>String</Type>
			</Property>
