Re: [OpenSIPS-Users] Usage of TLS require_cert and verify_cert settings

2021-04-28 Thread Vlad Patrascu
Hi Adrian, It is not possible to change those parameters on the fly. But I think you can implement your scenarios by setting a domain with require_cert=0, verify_cert=0 and using the is_peer_verified() script function to check the connections from the remote server. Regards, -- Vlad

[OpenSIPS-Users] Usage of TLS require_cert and verify_cert settings

2021-04-22 Thread Adrian Georgescu
Hello, I have a question. I have the following TLS scenarios: 1) A local user for a domain I own, connects to my server using TLS. If the domain is local, I will authenticate the user against my database and I do not care if the user has a certificate 2) A remote server, connects to my server