The issue has been resolved. The correct path was:
https://localhost/webui/index

Thank you so much :)

Regards,
Romina

On Thu, Jul 25, 2024 at 12:18 PM romina rsn <rominarosha...@gmail.com>
wrote:

> Hi, good afternoon.
>
> Thank you so much for your previous reply.
> I followed your advice and installed the packages on Debian 12 and I am
> able to run the server with commands. I have started the server by running
> sampleConfig.sh script.
>
> However, there is another issue which I have not been able to find an
> answer to yet. When trying to connect to the server using the web
> interface, the trust center page loads but has the error " The requested
> URL has no service assigned."
> I have used the address mentioned in the documentation which is
> https://localhost/openxpki/  for me. This is the address it redirects to:
> https://localhost/openxpki/#/openxpki/welcome
>
> According to issue "
> https://sourceforge.net/p/openxpki/mailman/openxpki-users/thread/bd9dbedc-fb8f-f101-c51f-75f87995f793%40oliwel.de/#msg37874743";
> I tried the address https://localhost/webui/ and the page just gets stuck
> on "OpenXPKI is loading".
>
> I also tried the change mentioned in the issue:
> https://www.mail-archive.com/openxpki-users@lists.sourceforge.net/msg02958.html,
> but still no luck.
>
> Additionally I have confirmed that *en_US.utf8* exists.
>
> The error I get from the inspect element is a failed GET request as
> follows:
>
> GET
> https://localhost/openxpki/custom.css
> Status
> 404
> Not Found
>
> Thank you so much for your time.
>
> Regards,
> Romina
>
>
> On Wed, Jul 24, 2024 at 10:57 AM Martin Bartosch via OpenXPKI-users <
> openxpki-users@lists.sourceforge.net> wrote:
>
>> Hi Romina,
>>
>> > I have recently started using openxpki and firstly I would like to
>> thank you for the descriptive documentation. Since I am relatively new to
>> the whole thing I would like to ask a few questions that I have not been
>> able to find the answer to so far on the forum.
>> >
>> > I have followed the instructions and have not changed any of the
>> configurations.
>> > I ran the docker Image according to its instructions and I managed to
>> open the web interface. I also can enter as a normal and privileged user.
>> The problem is that when  I create a certificate request I can not confirm
>> it from the operator account. The pause reason is mentioned to be "Backend
>> Communication Error".
>>
>> First of all, the published docker image may be not the best way to start
>> experimenting with OpenXPKI. We use it primarily for debugging and testing
>> purposes ourselves.
>> As you noticed, it is hard to interact with the system via command line
>> tools such as openxpkiadm which are not available outside the docker
>> environment.
>>
>> I recommend to set this up the traditional way via packages on a Linux
>> system to get a better feel for the system.
>>
>> > Additionally, I can see in the information panel on the webUI that
>> there are two errors of "No CRL found" and "No encryption token set".
>> > I tried to set the CRL with the solution I found in the issue "
>> https://sourceforge.net/p/openxpki/mailman/openxpki-users/thread/CACEH2s=qgshVHWsQMf=l23jeoe5vz5sjdlgvpygbyekkya3...@mail.gmail.com/
>> >  " but I get the error that "This workflow was canceled by user
>> interaction". Plus, for setting the encryption token I need to use commands
>> which cannot be found; e.g. openxpkiadm.
>>
>> Your system does seem not have a certsign token configured. Without an
>> active Issuing CA no CRL can be created.
>> In the quickstart manual we suggest storing the CA signer key in the
>> database, in order for this to work you also need an encryption token.
>>
>> The setup is explained here:
>> https://openxpki.readthedocs.io/en/latest/quickstart.html#system-setup
>>
>> > Lastly, I have copied the contents of openxpki-config repository to
>> etc/openxpki and when I navigate there and try to run commands such as
>> "openxpkictl start " and "openxpkiadm" I get the command not found error.
>>
>> Yes, this is expected in a docker setup. You cannot directly call
>> openxpki command line tools inside the docker container from the outside.
>>
>> > I would be grateful if you could guide me on these questions because I
>> am really confused and don't know where else to look.
>>
>> Well, you have come to the right place ;-)
>>
>> Cheers
>>
>> Martin
>>
>>
>>
>> _______________________________________________
>> OpenXPKI-users mailing list
>> OpenXPKI-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/openxpki-users
>>
>
_______________________________________________
OpenXPKI-users mailing list
OpenXPKI-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to