Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get resource links via secure connection #108

Merged
merged 3 commits into from
Jul 30, 2020

Conversation

jkralik
Copy link
Member

@jkralik jkralik commented Jul 29, 2020

Current implementation of SDK expected that cloud resource is visible under unsecure connection. But according to Device2Cloud spec this is not true:
The CoAPCloudConf Resource shall expose only secure Endpoints (e.g. CoAPS); see the ISO/IEC 30118-1:2018, clause 10.
You have to be secure to talk to it. The only time we allow unsecure in any circumstance is initial MCAST discovery.

Current implementation of SDK expected that cloud resource is visible under unsecure connection. But according to Device2Cloud spec this is not true:
The CoAPCloudConf Resource shall expose only secure Endpoints (e.g. CoAPS); see the ISO/IEC 30118-1:2018, clause 10.
You have to be secure to talk to it. The only time we allow unsecure in any circumstance is initial MCAST discovery.
@jkralik jkralik requested review from rafajpet and cizmazia and removed request for rafajpet July 29, 2020 11:08
@jkralik jkralik merged commit d80ab7d into master Jul 30, 2020
@jkralik jkralik deleted the getResourceLinksWithEndpoints branch July 30, 2020 05:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants