We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2018-06-26 15:30:33.928670+0800 CallPolice[30061:3015055] urlRequest = "<CFHTTPMessageRef 0x1c036d800(0x1c036d810)> { GET request, url wss:www.video110.cn:8000/skynet/ws/websocket }"
2018-06-26 15:30:33.929882+0800 CallPolice[30061:3015055] CFNetwork SSLHandshake failed (-9810)
2018-06-26 15:30:33.930174+0800 CallPolice[30061:3015055] TCP Conn 0x0 SSLHandshake failed (-9810)
2018-06-26 15:30:33.930635+0800 CallPolice[30061:3015055] SocketStream write error [0x0]: 3 -9810
2018-06-26 15:30:33.931449+0800 CallPolice[30061:3014863] socket did disconnect, error: Error Domain=NSOSStatusErrorDomain Code=-9810 "(null)" UserInfo={_kCFStreamErrorCodeKey=-9810, _kCFStreamErrorDomainKey=3}
The text was updated successfully, but these errors were encountered:
You're not properly setting the flag for self signed certificates, either that or there is an SSL handshake error from your server.
I hit against your server real quick and it looks like it's serving malformed SSL handshakes
Sorry, something went wrong.
No branches or pull requests
2018-06-26 15:30:33.928670+0800 CallPolice[30061:3015055] urlRequest = "<CFHTTPMessageRef 0x1c036d800(0x1c036d810)> { GET request, url wss:www.video110.cn:8000/skynet/ws/websocket }"
2018-06-26 15:30:33.929882+0800 CallPolice[30061:3015055] CFNetwork SSLHandshake failed (-9810)
2018-06-26 15:30:33.930174+0800 CallPolice[30061:3015055] TCP Conn 0x0 SSLHandshake failed (-9810)
2018-06-26 15:30:33.930635+0800 CallPolice[30061:3015055] SocketStream write error [0x0]: 3 -9810
2018-06-26 15:30:33.931449+0800 CallPolice[30061:3014863] socket did disconnect, error: Error Domain=NSOSStatusErrorDomain Code=-9810 "(null)" UserInfo={_kCFStreamErrorCodeKey=-9810, _kCFStreamErrorDomainKey=3}
The text was updated successfully, but these errors were encountered: