go-oauth2-server
go-oauth2-server copied to clipboard
connection refused / cannot start go-oauth2-server
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 https://github.com/RichardKnop/go-oauth2-server/issues/15. Any suggestions?