<div dir="ltr">That was it. <div><br></div><div>Working flawlessly.Thanks Vlad Patrascu<br><br>Ryan</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 21 Nov 2022 at 17:24, Vlad Patrascu <<a href="mailto:vladp@opensips.org">vladp@opensips.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Ryan,<br>
<br>
You have to provide to the stir_shaken_auth() function the actual <br>
content of the certificate file and not just the path. The same goes for <br>
the private key.<br>
<br>
Regards,<br>
<br>
-- <br>
Vlad Patrascu<br>
OpenSIPS Core Developer<br>
<a href="http://www.opensips-solutions.com" rel="noreferrer" target="_blank">http://www.opensips-solutions.com</a><br>
<br>
On 21.11.2022 14:02, ryan embgrets wrote:<br>
> Greetings<br>
><br>
> I am trying to generate an Identity header by using the stir_shaken <br>
> module of the opensips.<br>
><br>
> But I am encountering the below error each time upon call.<br>
><br>
> Nov 21 11:15:20 local /usr/sbin/opensips[5051]: <br>
> ERROR:stir_shaken:w_stir_verify: Failed to load certificate<br>
> Nov 21 11:15:20 local /usr/sbin/opensips[5051]: <br>
> ERROR:stir_shaken:load_cert: Failed to parse certificate<br>
><br>
> #Module section.<br>
> loadmodule "stir_shaken.so"<br>
><br>
> route{<br>
><br>
>       $var(cert) = "/etc/opensips/certs.pem";<br>
>        $var(privKey) = "/etc/opensips/key.pem";<br>
>       stir_shaken_auth("A", "",$var(cert), $var(privKey), <br>
> "<a href="https://domain.org/cert.pem" rel="noreferrer" target="_blank">https://domain.org/cert.pem</a>");<br>
> }<br>
><br>
> Though the cert looks valid, has proper permission for the opensips to <br>
> access them and cross checked with openssl for the verification.<br>
><br>
> Any pointer on what might be causing this?<br>
><br>
> Ryan<br>
><br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
> <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div>