SSL connection , error

2019-08-27 23:31发布

问题:

I am trying to connect through SSL from my phone device to my server.

When i am debugging the application on the device while i try to connect to my server i get this in the logs :

> Opening URL:
> https://193.158.3.165:8443/low-level-sample/subscribe?username=fk&password=ckd&appid=35[0.0]
> 82-M4687r9k9k836r980kO2395i32i66y10a34&address=320ef999&osversion=5.0.0.669&model=9520&type=public&f[0.0]
> ield1=844;deviceside=false;ConnectionType=mds-public
>     SSL:->CH

and an error on the device that i cant reach my server. The server is accessible by the browser of the device though.

Any ideas what this mean :

SSL:->CH

Looking at it again i suppose this is something like the first step of the handshake between the client and the server?