Hi, I've tried test the TLS transport with
sip2sip.info, the resiprocate is discover the
sip2sip.info DNS SRV then register to a server which the IP is 85.17.186.7, and the server certificate domain name is
sipthor.net, so in the BaseSecurity::matchHostName function, the peerName and domainName is not match, one is
sip2sip.info, another one is *.
sipthor.net, even allow the withWildcards.
How to fix the code to compatibles this case ?