intel / iotivity-node

Node.js bindings for IoTivity
https://www.iotivity.org/
42 stars 44 forks source link

security: unable to register secured resources #145

Closed ttzeng closed 7 years ago

ttzeng commented 7 years ago

According register()API in the OCF Server API, the secure property seems similar to the OC_SECURE flag in IoTivity C API for selecting coaps:// as the connection protocol. However, after registering a resource with secure: true property, the client still get coap:// endpoint address of that resource during the discovery.