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

[reSIProcate-users] multiple TLS domains on same IP and Port


hi,

Are multiple certificates/domains supported on same IP and port? Ie 

    dumUas->addTransport(TLS, 5061, V4, Data::Empty, 
"domain1");
    dumUas->addTransport(TLS, 5061, V4, Data::Empty, 
"domain2");
    dumUas->addTransport(TLS, 5061, V4, Data::Empty, 
"domain3");

I don't know the content of the sipCerts folder and would like to cover all 
certificates available in the folder.

Thanks in advance -

Ashraf