Re: [sr-dev] [kamailio/kamailio] Dispatcher SNI support (#2591)

2021-03-31 Thread Daniel-Constantin Mierla
Closed #2591. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/2591#event-4534933408___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] Dispatcher SNI support (#2591)

2021-03-31 Thread Daniel-Constantin Mierla
I added the function `tls_set_connect_server_id(srvid)` in tls module trying to cover this kind of need to specify the server id for next tls connect in the event_route[tm:local-request], where you can set its value from the dispatcher route attributes. Testing and feedback would be appreciated

Re: [sr-dev] [kamailio/kamailio] Dispatcher SNI support (#2591)

2020-12-17 Thread Tim Chubb
No afraid not, I need to send all traffic to a destination using a specific tls client config, including dispatcher pings, that only sets the from header of the options message, in a request route I just set the tls xavp with suitable values to force a specific tls client profile. -- You are

Re: [sr-dev] [kamailio/kamailio] Dispatcher SNI support (#2591)

2020-12-17 Thread Federico Cabiddu
Did you check 'ping_from' (http://www.kamailio.org/docs/modules/devel/modules/dispatcher.html#dispatcher.ex.attributes)? Could it cover your needs? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/kamailio

[sr-dev] [kamailio/kamailio] Dispatcher SNI support (#2591)

2020-12-17 Thread Tim Chubb
Is it possible to specify a specific server name/server id for dispatcher to use to send pings with (and in outgoing requests) It seems I can't (or haven't noticed in the docs) an event route I could use to set the xavp, as tm:local-request happens to late to use there. As an aside why isn't