Jehanzeb Qayyum
Jehanzeb Qayyum
@brainslog quick questions why post sending CEA there is startTLS? i expect it only after post receiving CEA. what is the purpose of checking EXPERIMENTAL_RESULT in TLS transport?
Yes i almost finished TLS implementation. Since there are no test case for TLS. Can you point out for TLS sample config? Thanks On Jun 1, 2016 12:32 PM, "Jean...
@brainslog https://github.com/brainslog where can i find sample TLS client/server config? Best Regards, Jehanzeb Qayyum +971 52 898 2285 +92 3311337064 On Wed, Jun 1, 2016 at 12:36 PM, jz [email protected]...
Well i am trying to resolve following issue with TLS implementation. io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: no cipher suites in common at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:418) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:245) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:292) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:278) Client config looks like...
Yes in fact the ssl debug log showed that the key i was using did not match the TLS specs/supported cipher suites. I used default jdk keytool option to generate...
@brainslog did you check? On Jun 13, 2016 10:58 PM, "jz" [email protected] wrote: > Yes in fact the ssl debug log showed that the key i was using did not...
hi @deruelle, are you referring Restcomm/sctp netty branch? I do not see netty-2. The restcomm sctp netty branch is using older version of netty lib. Considering that there is default...