< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate-users] certificate mismatch when DNS SRV used.


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 ?