brocaar / chirpstack-simulator

Simulator utility for the ChirpStack open-source LoRaWAN Network-Server.
https://www.chirpstack.io
MIT License
64 stars 51 forks source link

Doesnt work w/ insecure=false #12

Closed bzuelly closed 2 years ago

bzuelly commented 2 years ago

I'm trying to run simulator using insecure=false against wildcard certificate. Below is the error message.

ERRO[0000] simulator: init simulation error error="get service-profile error: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type \"text/plain; charset=utf-8\"" INFO[0000] simulator: simulation completed INFO[0000] simulation: cleaning up INFO[0000] simulator: tear-down application integration INFO[0000] simulator: tear-down devices INFO[0000] simulator: tear-down application ERRO[0000] simulator: tear-down simulation error error="delete application error: rpc error: code = Unimplemented desc = Not Found: HTTP status code 404; transport: received the unexpected content-type \"text/plain; charset=utf-8\"" @brocaar @ashleyoldershaw @namedun

It works great with insecure=true. I am pointed at an nginx reverse proxy if that makes a difference. Any guidance you can give me would be great. thanks!

bzuelly commented 2 years ago

Sorry, bonehead engineer error!