Arquillian Remote Domain Container With HTTPS Only Configured On Wildfly Server #234
Unanswered
fearghalom
asked this question in
Q&A
Replies: 1 comment 9 replies
-
The management HTTP does need to be listening. There is a in 4.0.0.Alpha5 and 5.0.0.Alpha5 to use a different binding name https://issues.redhat.com/browse/WFARQ-31. You can add the |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wondering is it possible to get Arquillian tests to run with a remote domain container when the http listener has been disabled on the Wildfly instance under test? When I enable the http-listener, the tests execute successfully.
I debugged through the Arquillian code and noticed that the protocol seems to be hardcoded to HTTP in org.jboss.as.arquillian.container.domain.ManagementClient when determining the subsystem URI.
Beta Was this translation helpful? Give feedback.
All reactions