I found for reproduction important load of `tls` and `http_client` modules
Full kamailio config ``` listen=tls:eth0:5061 enable_tls=1
####### tls module ########## loadmodule "tls.so" loadmodule "http_client.so"
request_route { if (is_request()) { }
exit; } ```