Search found 2 matches

by mhe
Mon Nov 13, 2017 8:18 am
Forum: Developer Chat
Topic: Load multiple certificates using one local endpoint for TCPTLS
Replies: 3
Views: 8947

Re: Load multiple certificates using one local endpoint for TCPTLS

I see the point. But, from a sys admin perspective, there is a lot of administration (port-wise) if you need to configure a specific port per sip remote, if you have just a a couple of different remotes, which would lead to open multiple ports in your fw, if you do not NAT the traffic, since the SIP...
by mhe
Tue Nov 07, 2017 12:03 pm
Forum: Developer Chat
Topic: Load multiple certificates using one local endpoint for TCPTLS
Replies: 3
Views: 8947

Load multiple certificates using one local endpoint for TCPTLS

I want to open only one local port for TCPTLS (lets say port 8886), where different remotes will connect to. But each remote host will have their own certificate to use on this connection. How is this possible in SIPSorcery? I'm have following var transport = new SIPTransport(SIPDNSManager.ResolveSI...