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

https can be used in the notification url setting of the subscription. https://fiware-orion.readthedocs.io/en/master/user/security/index.html#https-notifications However, I couldn't find in the documentation if https can be used in the provider url setting of the registration.

Please confirm if Orion officially permits the use of https in the provider url setting of the registration API.


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.