Hi,
We are upgrading from 1.11.5 tls to 3.2.9. In 1.11 we had issues with the
client certificate so we had to set the following:
# 1.11 parameters
tls_verify_server = 1
tls_verify_client = 0tls_require_client_certificate = 0
TLS works fine for us with those settings. Now we are trying to migr
Right, but in the new cfg you should have
modparam("tls_mgm", "require_cert", "[dom2]0")
and not "1"
Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
https://www.opensips-solutions.com
OpenSIPS Bootcamp 5-16 Dec 2022, online
https://www.opensips.org/training/OpenSIPS_eBootcamp
Hi Matt,
I guess the "require_cert" should 0 for both domains, right ?
Regards,
Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
https://www.opensips-solutions.com
OpenSIPS Bootcamp 5-16 Dec 2022, online
https://www.opensips.org/training/OpenSIPS_eBootcamp_2022/
On 12/23/22 9:55 PM, L S
Hi,
We are upgrading from 1.11.5 tls to 3.2.9. In 1.11 we had issues with the
client certificate so we had to set the following:
# 1.11 parameters
tls_verify_server = 1
tls_verify_client = 0tls_require_client_certificate = 0
TLS works fine for us with those settings. Now we are trying to migr