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 connections, is that correct?
Kind regards,
Luca Nardin Kontron Transportation
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.nardin@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 connections, is that correct?
Kind regards,
Luca Nardin Kontron Transportation _______________________________________________ Kamailio (SER) - Development Mailing List To unsubscribe send an email to sr-dev-leave@lists.kamailio.org
On 30 Mar 2023, at 10:03, luca.nardin@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 connections, is that correct?
That’s wrong. You can surely set up a TLS port in Kamailio which will be used by the xHTTP module.
/O