|
Post by AMI_Mani on Nov 5, 2019 13:28:34 GMT
Hi, As per redfish.dmtf.org/schemas/v1/EventDestination.v1_6_0.json, RedfishEvent means it's sending only HTTP POST to the subscriber's destination URI. RedfishEvent: "The subscription follows the Redfish Specification for event notifications. To send an event notification, a service sends an HTTP POST to the subscriber's destination URI.", Is it only allowed to use HTTP and not HTTPS? Do we have any reason or restriction for using HTTPS? Thanks, Mani
|
|
|
Post by mraineri on Nov 5, 2019 14:55:55 GMT
There's no restriction for HTTPS. HTTP POST is called out because HTTP verbs are simply just called out that way; they don't distinguish between HTTP or HTTPS. RFC7231 defines the formal HTTP methods, but it's agnostic to whether or not TLS is involved.
|
|