thanks, found the problem.
had to have Kamailio listen on "tls:IP:5061", not "tcp:IP:5061"
On Tue, Nov 5, 2013 at 2:37 PM, Fred Posner wrote:
> There's a great debugging article posted to:
> http://www.kamailio.org/wiki/tutorials/tls/testing-and-debugging
>
> What kind of response do you get
There's a great debugging article posted to:
http://www.kamailio.org/wiki/tutorials/tls/testing-and-debugging
What kind of response do you get from:
openssl s_client -connect IPADDRESS:5061 -no_ssl2 -bugs
Fred Posner | The Palner Group
direct: 503-914-0999 | fax: 954-472-2896
On 11/05/2013 02
Hi all.
We are using Kamailio 4.0.4 in an Edge Proxy to Central Registrar
configuration.
The system is in a functional state.
Oddly, when we enable TLS, the Kamailio server never responds with a Server
Hello to the Client Hello for TLS, so a connection is never established.
Has anyone seen anyt