All supported DevTest releases.
The problem occurred after configuring a proxy in local.properties:
lisa.http.webProxy.host=<<hostname of the proxy>>
lisa.http.webProxy.nonProxyHosts=127.0.0.1
lisa.http.webProxy.port=<<proxy port>>
lisa.http.webProxy.ssl.host=<<hostname of the proxy>>
lisa.http.webProxy.ssl.nonProxyHosts=127.0.0.1
lisa.http.webProxy.ssl.port=<<proxy port>>
This proxy required a login when accessing hosts outside the local network.
Removing the proxy configuration from local.properties and reinstalling DevTest 10.x resolved the problem.
The following entries were removed:
lisa.http.webProxy.host=<<hostname of the proxy>>
lisa.http.webProxy.nonProxyHosts=127.0.0.1
lisa.http.webProxy.port=<<proxy port>>
lisa.http.webProxy.ssl.host=<<hostname of the proxy>>
lisa.http.webProxy.ssl.nonProxyHosts=127.0.0.1
lisa.http.webProxy.ssl.port=<<proxy port>>
Some Virtual Services required these proxy settings however and these were configured in VirtualServiceEnvironmentService.vmoptions by adding these entries:
-Dlisa.http.webProxy.host=<<hostname of the proxy>>
-Dlisa.http.webProxy.port=<<proxy port>>