Re: [twsocket] Chrome SSL connection issue

2015-11-30 Thread Angus Robertson - Magenta Systems Ltd
> I checked WebRTC source code and they implemented a pseudo TLS > connection just to support firewall/proxies. > > Is there a better approach we can follow in ICS? Sorry, don't have time to look at logs or protocols at the moment. But you should be able to override one or more SSL functions i

Re: [twsocket] Chrome SSL connection issue

2015-11-30 Thread Marcello Vezzelli
Il 30/11/2015 13:05, Angus Robertson - Magenta Systems Ltd ha scritto: It seems that Chrome is not expecting the certificate at this point. Is there a ICS configuration that disables certificate transmission? An SSL client can not start sending encrypted data until it has received a server cer

Re: [twsocket] Chrome SSL connection issue

2015-11-30 Thread Marcello Vezzelli
Il 30/11/2015 13:05, Angus Robertson - Magenta Systems Ltd ha scritto: After Server Hello, ICS is sending Certificate, but at this point Chrome disconnects. It seems that Chrome is not expecting the certificate at this point. Is there a ICS configuration that disables certificate transmission?

Re: [twsocket] Chrome SSL connection issue

2015-11-30 Thread Angus Robertson - Magenta Systems Ltd
> I'm trying to establish a connection from Chrome WebRTC ssltcp ICE > candidate to ICS SSL TCP socket server. > ICS behaves differently. > Client Hello and Server Hello are absolutely identical. > After Server Hello, ICS is sending Certificate, but at this point > Chrome disconnects. > It seems

[twsocket] Chrome SSL connection issue

2015-11-30 Thread Marcello Vezzelli
Hi everyone, I'm trying to establish a connection from Chrome WebRTC ssltcp ICE candidate to ICS SSL TCP socket server. This is a media connection used by Google Hangouts. This connection should be a standard SSL connection but ICS behaves differently from Hangouts server and I don't know why.