emqx / emqx-coap

EMQX CoAP Gateway
https://www.emqx.com
Apache License 2.0
61 stars 34 forks source link

After HTTP authentication is enabled, in addition to successfully obtaining tokens, the client fails to publish data #190

Open PearLinger opened 1 year ago

PearLinger commented 1 year ago

./examples/coap-client -m post -e "" "coap://172.168.71.39/ps/coap/test?clientid=123&token=3612297447" Jul 31 09:34:13.775 ALRT got RST for mid=0xb1db Jul 31 09:34:13.775 ERR cannot send CoAP pd The error message is as above. How can I resolve it? Not equipped with HTTP authentication is normal. Thank you for your reply Thanks!