< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Resiprocate Client with OpenSER server.....trying to establish TLS connection :- Error when verifying server's chain of certificates: unable to get local issuer certificate


Are you sure you have the root certificate in PEM format in a location
that resiprocate is looking at?  If you enable DebugLog logging, do you
see a message like "Trying to load file <your_root_cert_file>"?

Thanks,
-Ryan

On 2007-05-01 at 17h43, Kundan Kumar wrote:
> 
> While attempting TLS connection  through resiprocate  with  openSER server
> ...giving  following errors:
> =======================================================================
> Error when verifying server's chain of certificates: unable to get local
> issuer certificate, depth=0 /C=IN/ST=AP/O=OC/OU=OCD/CN=VPN/emailAddre
> ========================================================================
> 
> I generated root certificate using openssl and modified openssl.cnf placed
> at /etc/ssl/openssl.cnf and resiprocate/resip/certs/openssl.cnf ..... I have
> added the cacert.pem at the resiprocate client  also.
> 
> Can anyone help me regarding above problem??