对了在调试ICE demo的时候,如果提示出现什么IceSSL Plugin初始化失败的信息,那么就应该考虑你的当前工程的config文件中设置的IceSSL的引用路径是否是对的!
------------------------------------------------------------
增加将server搬到外网服务器上相关配置文件的信息。
client中要修改: config.client: Ice.Default.Router=DemoGlacier2/router:ssl -p 4064 -h 服务器外网ip。
config.Glacier2: " Glacier2.Client.Endpoints=ssl -p 4064 -h 服务器外网地址
Glacier2.Server.Endpoints=tcp -h 服务器外网地址
Glacier2.SessionManager=ChatSessionManager:tcp -h 服务器外网地址 -p 10001
Glacier2.PermissionsVerifier=ChatSessionVerifier:tcp -h 服务器外网地址 -p 10001
服务器上的server中要修改:config.Glacier2 Glacier2.Client.Endpoints=ssl -p 4064 -h 服务器外网地址