Page 1 of 1

CoAP server uri scheme error dtls= 0 tls = 0 scheme = 1

Posted: Mon Oct 28, 2019 4:19 pm
by gunar.kroeger
How can I run the coap_client_example with coaps://californium.eclipse.org:5684?

It works fine using coap, but coaps returns E (6097) CoAP_client: CoAP server uri scheme error dtls= 0 tls = 0 scheme = 1
(I edited just this log line to ESP_LOGE(TAG, "CoAP server uri scheme error dtls= %d tls = %d scheme = %d", coap_dtls_is_supported(), coap_tls_is_supported(), uri.scheme);)

I'm on latest master branch