[sr-dev] Re: HTTPS for xHTTP module

2023-03-30 Thread luca . nardin
Thanks, clear! kind regards, Luca ___ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr-dev-le...@lists.kamailio.org

[sr-dev] Re: HTTPS for xHTTP module

2023-03-30 Thread Olle E. Johansson
> On 30 Mar 2023, at 10:03, luca.nar...@kontron.com wrote: > > Hello, > > we need to use kamailio to handle some HTTP(S) GET requests coming from > another REST client and we are considering to use the xHTTP module of > kamailio. It seems this module only supports HTTP and not HTTPS connectio

[sr-dev] Re: HTTPS for xHTTP module

2023-03-30 Thread Daniel-Constantin Mierla
Hello, xhttp is independent of the transport protocol, it can be used over tcp (so its http) or over tls (so it is https). You just have to configure kamailio with tls and connect from client to tls socket. Cheers, Daniel On 30.03.23 10:03, luca.nar...@kontron.com wrote: > Hello, > > we need to