International-Data-Spaces-Association / IDS-testbed

Apache License 2.0
24 stars 32 forks source link

IDS-testbed target view:preconfigure config error #131

Closed itachiliu closed 9 months ago

itachiliu commented 12 months ago

I installed IDS-testbed on the basis of IDS-testbed/InstallationGuide.md at master · International-Data-Spaces-Association/IDS-testbed (github.com) The target view: preconfigure testbed is adopted when I install. But there are some errors in the installation.

After

docker-compose up

I can't access

https://localhost:443

https://localhost:444/

https://localhost:8080/

https://localhost:8081/

Screenshots are as follows: image

image

image

image

I'm sure I started the docker successfully. Is there anything wrong with Certification Authenticity?

Note:

The docker-compose.yml has a bug when I install the testbed in my environment.

If the Postgres image version is 13, the testbed can't start successfully, so I modified the version to 12 and it worked.

I don't know if this error only happens in my environment or any environment, so I am giving you this information back. image

jfernandezsqs commented 11 months ago

Hello @itachiliu,

The certificates used for the IDS-testbed are self-signed and the navigators do not have them as trusted certificates. I propose two ways in which these access issue could be solved. 1) Include localhost and 127.0.0.1 at your hosts (follow this guide) and then try with your browser to access the endpoints of the components. 2) Use chromium-browser to access the component endpoints. In a terminal execute:

sudo apt install chromium-browser

Access that browser and then the access issue should be solved.

Regarding the Postgres image version 13 issue at your environment. I am not having that problem in my environment. Could you please provide which environment you are using?

itachiliu commented 11 months ago

Dear jfernandezsqs,

Thanks for your reply and I will try your suggestion.

Here is my environment information:

#86~20.04.2-Ubuntu SMP Mon Jul 17 23:27:17 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

I hope this will help you.

jfernandezsqs commented 9 months ago

I understand that the proposed solution has solved the problem. Therefore, I close this issue. In case you continue to have problems, do not hesitate to reopen this issue.