On Sun, 2006-12-03 at 01:45 -0800, Deepa V wrote:
> when i run the program i get an error message as
..
> Error opening CA Certificate /tmp/root.pem
> 3424:error:02001002:system library:fopen:No such file or
> directory:bss_file.c:259:fopen('/tmp/root.pem','r')
The above error tells you that /tmp/root.pem file cannot be open. You
have specified that file name in the "root_certificate" option. Does it
exist? If not, you should create it. The URL below gives the following
description for the "root_certificate" option:
http://www.web-polygraph.org/docs/reference/models/ssl.html
> "root_certificate" -- location of the root (CA) certificate file; that
> file is needed for servers to generate their certificates and for
> clients to verify server certificates; if not defined, servers will
> generate self-signed certificates and robots will not check server
> certificates; undefined by default
It looks like you can simply omit this option if you are OK with
self-signed certificates and do not need Polygraph robots to check
server certificates.
HTH,
Alex.
Received on Mon Dec 4 11:49:02 2006
This archive was generated by hypermail 2.1.8 : Fri Dec 08 2006 - 12:00:07 MST