-
Bug
-
Resolution: Done
-
Major
-
None
-
None
When the serverHttps property is enabled in arquillian.xml, execution of in-container tests fail. The failure occurs at the point when the Arquillian client attempts to communicate with the Arquillian Test Runner Servlet. The serverHttps property is meant to allow for the client to communicate with the server (and the deployed test runner) over SSL, but since the test client (ServletUtil) constructs a URI with the "http" scheme and not "https", communication with the test runner fails.
We'll need to
- either remote this property for now, and bring this back in a future release when the test client can support communication with the Servlet test runner over SSL,
- or bring in support in Arquillian Core to support communication with the Servlet test runner over SSL.