[EMAIL PROTECTED] schrieb: > Now: > On one setup everything works (no errormessages) till the second click on > "approve request", nothing happens then (that is with netscape 6.2/win), no > error in the log.
I verified it and don't know what's going wrong :( > Again with netscape 4.78 i get after the first "approve request" the Error > 700. I have netscae 4.78 too and it works - but I'm using a 0.9-SNAP. So I look into 0.8 and see the following: 277 $txt .= "RA = $RA\n"; 278 $txt .= "TYPE = NETSCAPE\n"; 279 $txt .= "$endHeader\n"; 280 $txt .= "OPERATOR = n/a\n"; 281 $txt .= "SERIAL = $$\n"; 282 $txt .= "NOTBEFORE = $data\n" if ( $data ); 283 $txt .= "PIN = $PASSWD3\n" if ( $PASSWD3 ); 284 $txt .= "EMAIL = $EMAIL\n" if ($EMAIL); line 279 must between the line 283 and 284! If you want to compare it directly you can downoad the snapshots and my configuration (Config) and installation routine (create test) from http://www.informatik.hu-berlin.de/~mbell/OpenCA/ Please don't use install-scep if you see it in create_test. Please take in mind that cgi-bin/ of my webserver is /home/michael/Test/test1/cgi-bin and htdocs/ is /home/michael/Test/test1/htdocs. OpenCA v0.9 only needs one webserver! (Warning, I test with mysql-max only - mysql-Max-3.23.44-5 from "rpm -qa"!) The structure of my snapshots is very close to the one in 0.8.1 so you can find the files and compare them. Michael -- ------------------------------------------------------------------- Michael Bell Email (private): [EMAIL PROTECTED] Rechenzentrum - Datacenter Email: [EMAIL PROTECTED] Humboldt-University of Berlin Tel.: +49 (0)30-2093 2482 Unter den Linden 6 Fax: +49 (0)30-2093 2959 10099 Berlin Germany [OpenCA Core Developer] http://www.openca.org _______________________________________________ Openca-Users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/openca-users
