You have to edit the config.xml file in etc first and then run the configure sh script. Then run openca_start. You should see a message about an illegal seek and a ps ax will show the openca process running.
Robert -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, December 07, 2003 10:07 PM To: [EMAIL PROTECTED] Subject: Openca-Users digest, Vol 1 #871 - 1 msg Send Openca-Users mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/openca-users or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Openca-Users digest..." Today's Topics: 1. OpenCA Error: Server is not online or does not accept requests (Marek Guevara Braun) --__--__-- Message: 1 Date: Fri, 05 Dec 2003 17:35:34 +0100 From: Marek Guevara Braun <[EMAIL PROTECTED]> Organization: ATM S.A. To: [EMAIL PROTECTED] Subject: [Openca-Users] OpenCA Error: Server is not online or does not accept requests Reply-To: [EMAIL PROTECTED] Hello, I try to set up the OpenCA Root CA based on cvs version openca-0.9 from 2003-12-05 and tarball OpenCA-SNAP-20031028.tar.gz (I havent tried the latest stable openca-0.9.1-4.tar.gz nor OpenCA-SNAP-20031124.tar.gz yet) Fro the documentation I assumed that for the offline CA all I need is the OpenCA source (+ OpenSSL, perl ...) and an working apache http server. I builded the Open CA using (the cvs version) with the custom config script: export PREFIX=/usr/local/openca-0.9.2+ ./configure --prefix=${PREFIX} \ --with-web-host=host.internal.lan \ --with-httpd-user=http \ --with-httpd-group=http \ --with-httpd-fs-prefix=${PREFIX}/apache/ \ --with-cgi-fs-prefix=${PREFIX}/apache/cgi-bin \ --enable-ocspd \ --enable-db \ --with-hierarchy-level=ca \ --with-openssl-prefix=/usr \ --with-openca-user=root \ --with-openca-group=root and then make ca and make install-ca (the last as root) then runned ./configure_etc.sh in my target directory /usr/local/openca-0.9.2+/OpenCA/etc. My apache config is simple: /ca and /cgi-bin directories are OpenCA ca html & cgi directories. after going to http://host.internal.lan/ca I got error message: OpenCA Error: Server is not online or does not accept requests (/usr/local/openca-0.9.2+/OpenCA/var/tmp/openca_socket - /usr/local/openca-0.9.2+/OpenCA/var/tmp/openca_socket). 0 .../cgi-bin/ca/ca loads $common_libs/initCGI which tries to connect to /usr/local/openca-0.9.2+/OpenCA/var/tmp/openca_socket but there is no such socket. Do you know what component is responsible for greating/binding to the .../var/tmp/openca_socket ? Regards, Marek -- Marek Guevara Braun --__--__-- _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users End of Openca-Users Digest ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
