|
Post by iamsarki on Sept 1, 2023 12:20:38 GMT
Is there a preferred port for Redfish? I read the Redfish specification but I didn't find anything with the exception of the port 1900 for SSDP
|
|
|
Post by mraineri on Sept 1, 2023 13:48:44 GMT
We specifically call out 1900 for SSDP since there is some historic usage with SSDP listening on ports other than 1900. However, both HTTP and HTTPS have well-defined preferred ports in their respective IETF RFCs, and we attempt to not duplicate that information if possible. So, since IETF calls out HTTP and HTTPS to have default (or preferred) ports as 80 and 443 respectively, that would apply to Redfish as well. But you are certainly allowed to use other ports, since a client can still reference a non-default port in the URI, such as going to this URI if the service is configured to listen for HTTPS traffic in port 8443:
https://192.168.1.50:8443/redfish/v1/
|
|
|
Post by iamsarki on Sept 8, 2023 12:43:31 GMT
I see, thanks.
|
|