On Fri, February 23, 2024 08:56, Oliver Welter wrote:
> This sounds like the openxpki session driver is missing or not in the
> perl path, you can either grab this file from the repo and install it by
> hand
> https://github.com/openxpki/openxpki/tree/develop/core/server/CGI_Session_Driver
> or if you dont need sessions across cluster nodes just remove the
> "driver = openxpki" line in webui/default.conf. It will fall back to
> filesystem based session handling.
>
> Oliver
>

I commented out line 37: # driver = driver:openxpki

The Web UI now displays a selection box for the realms previously established. 
SO, IT WORKS!

Now, there remain some artifacts relating to I18N translations. These text
strings are displayed as labels:

I18N_OPENXPKI_UI_LOGIN_PLEASE_LOG_IN
I18N_OPENXPKI_UI_LOGIN_REALM_SELECTION_DESC
I18N_OPENXPKI_UI_PKI_REALM_LABEL

I suspect that they are all supposed to be replaced with the local language
equivalent in meaning.  How do I configure that?  The Locale is:

# locale
LANG=C.UTF-8
LC_CTYPE="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_TIME="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_ALL=


Thanks,

-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
   Unencrypted messages have no legal claim to privacy
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:[email protected]
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3



_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to