Hi Andreas,

On Wed, Apr 04, 2007 at 01:31:23AM +0200, Andreas Thienemann wrote:
> However, accessing the webinterface gives me 
> "I18N_OPENXPKI_CLIENT_INIT_SESSION_FAILED; __ERROR__ => ".
> 
> Looking through the sources of the Client.pm, I'm seeing this message 
> being generated because the session initialisation fails but 
> considering the code I'd expect a message at least why this happens.
> 
> Any suggestions where the real problem might be?
Not without seeing some debug log. Please start openxpki using
openxpkictl start --debug OpenXPKI::Service:128 and provide us with a
snippet from your stderr.log. There, you should be able to see what the
server receives from the client and what it sends back to the client.
A successful session initialization should look similar to this:

2007-04-04 10:19:35 DEBUG:0 PID:18621 OpenXPKI::Service::collect (line
109): collect: $VAR1 = {
          'SERVICE_MSG' => 'NEW_SESSION'
        };
$VAR2 = 128;

2007-04-04 10:19:36 DEBUG:0 PID:18621 OpenXPKI::Service::talk (line 52):
talk: $VAR1 = {
          'SESSION_ID' => '8ab5459d06bf3345ed2d32bdaeefda7f'
        };
$VAR2 = 128;

2007-04-04 10:19:36 DEBUG:0 PID:18621 OpenXPKI::Service::collect (line
109): collect: $VAR1 = {
          'SERVICE_MSG' => 'SESSION_ID_ACCEPTED'
        };
$VAR2 = 128;

Regards,
    Alex
-- 
Dipl.-Math. Alexander Klink | IT-Security Engineer
        [EMAIL PROTECTED] | working @ urn:oid:1.3.6.1.4.1.11417

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to