Closed benolayinka closed 4 years ago
Please provide your CLI config.
Please provide your CLI config.
$ go run ./cmd/ttn-lw-cli config
--allow-unknown-hosts="false"
--application-server-enabled="true"
--application-server-grpc-address="localhost:8884"
--ca=""
--config="/Users/ben/lorawan-stack/.ttn-lw-cli.yml,/Users/ben/.ttn-lw-cli.yml,/Users/ben/Library/Application Support/.ttn-lw-cli.yml"
--credentials-id=""
--device-claiming-server-grpc-address="localhost:8884"
--device-template-converter-grpc-address="localhost:8884"
--dump-requests="false"
--gateway-server-enabled="true"
--gateway-server-grpc-address="localhost:8884"
--identity-server-grpc-address="localhost:8884"
--input-format="json"
--insecure="false"
--join-server-enabled="true"
--join-server-grpc-address="localhost:8884"
--log.level="info"
--network-server-enabled="true"
--network-server-grpc-address="localhost:8884"
--oauth-server-address="http://localhost:1885/oauth"
--output-format="json"
--qr-code-generator-grpc-address="localhost:8884"
Fixed in #2875
Problem was
export TTN_LW_OAUTH_SERVER_ADDRESS=http://localhost:8885/oauth
in DEVELOPMENT.md
This should be https, and now uses a CFSSL cert
Summary
I get a grpc failure when I try to list organization or run other stack commands on my dev environment. It looks like a certificate error
Steps to Reproduce
What do you see now?