spring-attic / rest-shell

Command-line shell for interacting with Spring HATEOAS-compliant REST resources
Apache License 2.0
455 stars 100 forks source link

Connection Refused #47

Closed nxion closed 9 years ago

nxion commented 9 years ago

I hope this is something that I am just doing wrong. I have tried setting the baseUrl several differant ways but can never get it to connect properly. All I get is:

Command failed org.springframework.web.client.ResourceAccessException: I/O error: Connection refused; nested exception is java.net.ConnectException: Connection refused

I set the auth basice user and password but it still doesnt seem to work. I know that the username and password is correct as it works with my python scripts.

Am I missing something?

OS - 10.10.3 JDK 1.8.0_45 Installed via Brew