Hi, this likely is once again a simple thing i overlooked.
the problem is the following: i have deployed an application to a wildfly 27 instance
this application also has a client. if i keep the configuration as java.naming.provider.url=remote+
http://127.0.0.1:8080 and start the client on the same machine everything works. If i enter the remote IP and start the client on a different machine the client 'dies' without a message and the only thing i see in the logs is [io.undertow.request] (default I/O-1) Upgrading request HttpServerExchange{ GET /}
From my searches it appears it could be a security issue, but most descriptions i found had more logs saying something to that effect.
I'd be very grateful for any pointers and am fully aware that it is likely an oversight on my part.