AMMENDMENT
From: owaisulhaq(a)hotmail.com
To: sr-users(a)lists.sip-router.org
Subject: SSL connection issue
Date: Fri, 14 Feb 2014 09:52:35 +0500
Hello,
I have installed kamailio server. Now I am trying to use SSL for my server - client
connections.
I have made certificates succesfully. Now when my client connects, I get the following
error.
[tcp_server.c:1174] : ERROR : TLS accept : error : 1408F10B : SSL
routines:SSL3_GET_RECORD:wrong version number
AND CODE OF FILE tcp_server LINE 1173 to LINE 1175 is mentioned below
case SSL_ERROR_SSL:
TLS ERR(err_src);
goto error;
I have tried finding solution online. I am asked to change the version number. Can some
one please help me out in resolving the issue. What ammendments are required.
Thanks
Cheers,
Owais