SSL Client certificate verification on linphone
问题 I was implementing secure calling from asterisk official site tutorial And after a lot of effort and understanding of ssl and certificates, I have managed to secure it only 1 way. Following was the best clue and direction: SSL using self signed certs on linphone How can I make use of client certificates (which the above tutorial generated) to validate clients also on server; called full ssl authentication I read about this setting in linphonerc file: "verify_client_certs=1" but I don't know