<div dir="ltr">Greetings <div><br></div><div>I am trying to generate an Identity header by using the stir_shaken module of the opensips. </div><div><br></div><div>But I am encountering the below error each time upon call.</div><div><br></div><div>Nov 21 11:15:20 local /usr/sbin/opensips[5051]: ERROR:stir_shaken:w_stir_verify: Failed to load certificate<br>Nov 21 11:15:20 local /usr/sbin/opensips[5051]: ERROR:stir_shaken:load_cert: Failed to parse certificate<br></div><div><br></div><div>#Module section. <br>loadmodule "stir_shaken.so"</div><div><br></div><div>route{<br><br></div><div>      $var(cert) = "/etc/opensips/certs.pem";<br>       $var(privKey) = "/etc/opensips/key.pem";<br>      stir_shaken_auth("A", "",$var(cert), $var(privKey), "<a href="https://domain.org/cert.pem">https://domain.org/cert.pem</a>");<br></div><div>}<br><br></div><div>Though the cert looks valid, has proper permission for the opensips to access them and cross checked with openssl for the verification. </div><div><br></div><div>Any pointer on what might be causing this?</div><div><br></div><div>Ryan</div></div>