<div dir="ltr">Hi,<br><br>I am using rest_get function in the rest_client module to do https request in the Opensips config. My opensips version is 2.4.1.<br><br>I found that intermittently Opensips fails to run the rest_get function. I did a packet trace and saw that the request was not made to the remote server. <div><br></div><div>Interestingly, I found:</div><div>1. this happens intermittently. Even within the same second, I can see successful requests and also failed requests; </div><div>2. this seems to only happens for https requests, and I have never seen this happens in http requests;</div><div>3. I can fix this by restarting the opensips instance. However, after a few days, it starts happening again. <br><div><br></div><div>In the Opensip config, I have the following: <br>---------------------------------<br>$var(url) = "<a href="https://example1234-dummy.com//api/v1/upload/callid/">https://example1234-dummy.com//api/v1/upload/callid/</a>" + $ci;<br><br>$var(rc) = rest_get("$var(url)", "$var(bye_info)", "$var(ct)", "$var(rcode)");<div>---------------------------------  <br></div></div></div><div><br></div><div>Has anyone also seen this?</div><div><br></div><div>Thanks,</div><div>Ping</div><div><br></div></div>