DMTF / Redfish-Event-Listener

The Redfish Event Listener is a lightweight HTTPS server that can be deployed to read and record events from Redfish services.
Other
31 stars 15 forks source link

Need support for non-SSL Events #3

Closed JonHass closed 6 years ago

JonHass commented 6 years ago

Currently Redfish Event Listener only supports SSL POSTs of Redfish Events. Request support for non-SSL Events sent by Redfish Mockup Server. Whether Event Listener is listening for SSL or non-SSL POSTs should be configurable in the config.ini file.

tomasg2012 commented 6 years ago

I think the Mockup Server can be tooled to send SSL events, it doesn't have to handle certificates in particular. I imagine a piece of spec would require Events to be SSL for security reasons?

It may be dependent on the subscription URI whether or not SSL is used.