Nokia TLS Setup / Symbian S60 TLS Setup for FreeSWITCH

12:35 pm in FreeSWITCH, Symbian by emran

This configuration is only for SIP TLS. SRTP hasn’t been tested.

  • To import a root certificate into the device, it must be in DER encoded format. To setup a certificate that is create using gentls_cert script use the following command
openssl x509 -in /usr/local/freeswitch/conf/ssl/CA/cacert.pem -out /usr/local/freeswitch/conf/ssl/CA/cacert.cer -outform DER
  • Copy the new cacert.cer to the device, and run it in file manager. This will prompt you the save it as a trusted certificate. Do this and select all trust levels during installation.
  • Setup your SIP Profile using “sips:” instead of “sip:” in Public Username, Proxy Server Address and Register Server Address, and set the appropriate port for your FreeSWITCH installation.

ATTENTION!!! Set the “Transport type” to “AUTO” or it will not work!