check to make sure the http protocol is enabled.
Run the following command
"system service web show"
If you get "HTTP Enabled: false", then you have to enable this
- " set -privilege advanced"
- type "y" to confirm
- "system service web modify -http-enabled true"
This will enable http.