Code:
Glacier2.Client.Endpoints=ssl -p 7001 -t 10000 -h 127.0.0.1:tcp -p 7001 -t 10000 -h 127.0.0.1
You cannot use the same port for SSL and TCP, you need two use different ports, for example try.
Code:
Glacier2.Client.Endpoints=ssl -p 7001 -t 10000 -h 127.0.0.1:tcp -p 4502 -t 10000 -h 127.0.0.1
Note that if you want to use the Silverlight push client, the tcp port must be in the range 4502-4534, see the section ''Basics of the Security Policy System", in Network Security Access Restrictions in Silverlight