OK now add me to the list of successful FusionPBX on Buster success stories. I discovered one disadvantage of importing the database on a new install being the outdated TLS version that I had been saving in my database.
I guess the version of TLS is dictated more by the actual server and openssl version than anything. Doing an openssl query against port 5061 shows v1.3 as being supported whereas nginx using port 443 showed v1.2 until I added it to the config and restarted nginx. I dropped V1 and 1.1 from it while at it. V1.2 is about as low as you should go now. Querying freeswitch at port 5061 showed V1.3 capability but the config that is used to allow connections via sip were stuck at V1 from a few years ago which I'm sure freeswitch deprecated thus confusing many a sip phone.
I guess the version of TLS is dictated more by the actual server and openssl version than anything. Doing an openssl query against port 5061 shows v1.3 as being supported whereas nginx using port 443 showed v1.2 until I added it to the config and restarted nginx. I dropped V1 and 1.1 from it while at it. V1.2 is about as low as you should go now. Querying freeswitch at port 5061 showed V1.3 capability but the config that is used to allow connections via sip were stuck at V1 from a few years ago which I'm sure freeswitch deprecated thus confusing many a sip phone.
Last edited: