OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
BSD 2-Clause "Simplified" License
177 stars 132 forks source link

WebUI network error #360

Closed MoaatazElkholy closed 4 months ago

MoaatazElkholy commented 4 months ago

Hello, so i ran the docker compose file in the directory, and i keep getting the network error when trying to login with the provided credentials, im not sure whats the issue, attached below are the logs for both the webUi and the server itself, it seems the request is not passing from the UI to the server as there is nothing related to the request in the server log.

image image
mcowart123 commented 4 months ago

I am seeing the exact same issue.

EDIT: The fix posted https://github.com/OpenAS2/OpenAs2App/issues/320#issuecomment-1569959320 works:

restapi.command.processor.baseuri="http://0.0.0.0:8443"
igwtech commented 4 months ago

Correct,

The default configuration listens on 127.0.0.1 internally in the docker container of OpenAS2 therefore the docker-compose port exposure doesn't route into it.

I'm creating a pull request to allow the config.xml parameters to be overridden with environment variables on the docker-compose.yml