-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.0, 1.7.0, 1.6.1
-
Fix Version/s: 1.7.0
-
Component/s: None
-
Labels:
-
Environment:
OS is ubuntu or centos.
http / https proxy are configured on the OS.
-
Story Points:1
-
Sprint:Hummingbird sprint 3
tools/dev/bin/onos-app doesn't work for 'localhost' where proxy is configured in the OS .
// proxy is configured.
$ env | grep proxy
http_proxy=http://X.X.X.X:8080/
https_proxy=https://X.X.X.X:8080/
// onos-app tool doesn't work for localhost
$ onos-app localhost list
<HTML>
<HEAD><TITLE>Redirection</TITLE></HEAD>
<BODY><H1>Redirect</H1></BODY>