<div dir="ltr">Thanks Simon, Michael, Matthias & RMQ team.<div><br></div><div><div><font color="#0000ff"><i>sudo -s -u rabbitmq</i></font></div><div><font color="#0000ff"><i>bash-4.1$</i></font></div><div><font color="#0000ff"><i>bash-4.1$</i></font></div>

<div><font color="#0000ff"><i>bash-4.1$ cat /home/prime/SSL/testca/cert.pem</i></font></div><div><font color="#0000ff"><i>cat: /home/prime/SSL/testca/cert.pem: Permission denied</i></font></div><div><font color="#0000ff"><i>bash-4.1$</i></font></div>

</div><div><font color="#0000ff"><i><br></i></font></div><div><font color="#000000">Yes the error was due to permissions only, will correct it , Tried with windows RMQ server it worked fine .. Thanks for the support RMQ team.</font></div>

<div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 11 June 2014 15:08, Simon MacMullen <span dir="ltr"><<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="">On 11/06/14 08:15, Narayan Reddy wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Checked the permissions for the files, all permissions set to 777 for<br>
ssl files. and change the owner of the files to active RMQ process user.<br>
still facing the same error ><br>
{options,{cacertfile,"/home/<u></u>prime/SSL/testca/cacert.pem",{<u></u>error,eacces}}}}<br>
</blockquote>
<br></div>
That "eaccess" really is telling you that the file cannot be read. Just because the permissions on the files are open doesn't mean the file can be read; intermediate directories must be readable too.<br>
<br>
I strongly recommend you become the rabbitmq user (with e.g. "sudo -s -u rabbitmq") and try to read the files. This should let you diagnose any problems.<br>
<br>
Cheers, Simon<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Simon MacMullen<br>
RabbitMQ, Pivotal<br>
</font></span></blockquote></div><br></div>