Hi All My UA cant connect to tls on my openser server, as per logs everything seems fine ..I don't know why it disconnects in the end ..the log is http://java.pastebin.ca/948774
My TLS settings are /* uncomment the following lines to enable TLS support (default off) */ #disable_tls = yes disable_tls = no listen = tls:xx.xx.x.xx.x tls_verify_server = 1 tls_verify_client = 1 tls_require_client_certificate = 0 tls_method = TLSv1 #tls_certificate = "/usr/local/eyeball/license/cert.pem" #tls_private_key = "/usr/local/eyeball/license/privkey.pem" #tls_ca_list = "/usr/local/eyeball/license/splendor3.crtpvk.pem" tls_certificate = "/usr/local/etc/openser/tls/user/user-cert.pem" tls_private_key = "/usr/local/etc/openser/tls/user/user-privkey.pem" tls_ca_list = "/usr/local/etc/openser/tls/user/user-calist.pem" #port=5060 /* uncomment and configure the following line if you want openser to bind on a specific interface/port/proto (default bind on all available) */ listen=udp:87.236.144.13:5060 #listen=tcp:87.236.144.12:5060 sip_warning=yes
_______________________________________________ Users mailing list [email protected] http://lists.openser.org/cgi-bin/mailman/listinfo/users
