On Tue, March 18, 2008 3:39 pm, Ali Jawad wrote:
I am trying to setup TLS to use on my openser server
this setup allows
me to sign in
listen = tls:xx.xx.xx.xx:443
[..]
listen=udp:xx.xx.xx.xx:5060
However removing listen=udp:xx.xx.xx.xx:5060 blocks me from signing in
at all.
Hi Ali,
why do you want to use the port 443? This is not HTTPS. ;-)
Perhaps it make sense to use the default port (5061) instead? The blocking
that you observed is probably caused from a misconfiguration of your UA,
it still tries to connect on port 5060.
Cheers,
Henning