Very simply question: Does the Orion Context Broker support SSL for subscribers:
Ex.: Can the callback URL for subscriptions be https://mysimpleexample.com/notify
I've tried this (using a trusted certificate!), and this does not seem to work for me.
That being said, I've not run the Orion Context Broker using the -https option. However, looking at the manual, this option seems to be for using SSL on the context broker http server, and have nothing to do with client subscriptions.
Edit: I did try this on an http endpoint and then on an https endpoint with the same hostname afterwards. Only the https endpoint had issues.