Hey everyone, I migrated my fusionpbx server from debian 9 to 11 without any problems except for this.
My fanvil phones won't SIP connect via TLS.
I'm definitely not an expert when it comes to certs but I believe debian is trying to negotiate TLS1.3. I've changed freeswitch variables to 'TLS1,TLS1.1,TLS1.2'
I changed openssl.cnf for MaxProtocol=TLS1.2, CipherString = DEFAULT@SECLEVEL=2
I've removed any reference in fusionpbx nginx conf file even though I know that has nothing to do with it.
I've done a packet capture on the phone and get the following:
TLSv1.2 Record Layer: Alert (Level: Fatal, Description: Internal Error)
Level: Fatal (2)
Description: Internal Error (80)
Not sure where else to look/try?
Any help greatly appreciated.
My fanvil phones won't SIP connect via TLS.
I'm definitely not an expert when it comes to certs but I believe debian is trying to negotiate TLS1.3. I've changed freeswitch variables to 'TLS1,TLS1.1,TLS1.2'
I changed openssl.cnf for MaxProtocol=TLS1.2, CipherString = DEFAULT@SECLEVEL=2
I've removed any reference in fusionpbx nginx conf file even though I know that has nothing to do with it.
I've done a packet capture on the phone and get the following:
TLSv1.2 Record Layer: Alert (Level: Fatal, Description: Internal Error)
Level: Fatal (2)
Description: Internal Error (80)
Not sure where else to look/try?
Any help greatly appreciated.