Greetings

I am trying to generate an Identity header by using the stir_shaken module
of the opensips.

But I am encountering the below error each time upon call.

Nov 21 11:15:20 local /usr/sbin/opensips[5051]:
ERROR:stir_shaken:w_stir_verify: Failed to load certificate
Nov 21 11:15:20 local /usr/sbin/opensips[5051]:
ERROR:stir_shaken:load_cert: Failed to parse certificate

#Module section.
loadmodule "stir_shaken.so"

route{

      $var(cert) = "/etc/opensips/certs.pem";
       $var(privKey) = "/etc/opensips/key.pem";
      stir_shaken_auth("A", "",$var(cert), $var(privKey), "
https://domain.org/cert.pem";);
}

Though the cert looks valid, has proper permission for the opensips to
access them and cross checked with openssl for the verification.

Any pointer on what might be causing this?

Ryan
_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to