Orion use https in the provider url setting of the registration API?

Viewed 69
1 Answers

I'd say that Orion would allow Context Providers using HTTPS endpoints the same way as with subscriptions, as the code is the same (i.e. the code to deal with outcoming requests is shared between notification logic and request forwarding logic).

Could you check and tell us if it works (as comment to this answer), please? :)

EDIT: the test cases included in this PR assure that HTTPS CPrs are working.

Related