RichardKnop/go-oauth2-server

connection refused / cannot start go-oauth2-server

Opened this issue · 0 comments

Am running OSX and was able to build and install without any problem. Then I tried to run, but it fails after about 5 seconds with the FATAL message shown below:

go-oauth2-server runserver
INFO: 2018/01/19 17:44:02 etcd.go:90 ETCD Endpoints: http://localhost:2379
FATAL: 2018/01/19 17:44:07 factory.go:71 dial tcp [::1]:2379: getsockopt: connection refused

This looks like a similar issue to the closed issue #15. Any suggestions?