Re: [reSIProcate-users] multiple TLS domains on same IP and Port
That is not supported or possible - the stack needs to only have one domain certificate configured, since this needs to be presented to clients when they TLS connect the given ip address and port. It would possible to modify resip to allow multiple TLS domains per transport instance, but this would require a single certificate with all of the domains listed in the subjectaltname portion of the certificate, and some code changes to how TLS transports are selected when sending outbound messages.
Scott
On Mon, Jul 5, 2010 at 12:19 PM, ashraf mohamed
<ashraf_mohamed@xxxxxxxxx> wrote:
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
_______________________________________________
resiprocate-users mailing list
resiprocate-users@xxxxxxxxxxxxxxx
List Archive: http://list.resiprocate.org/archive/resiprocate-users/