Redfish-Service-Validator
Redfish-Service-Validator copied to clipboard
Service Validator throws "Connection aborted" Error
Redfish Service Validator Version Used : 2.3.7 and 2.3.8
When I am trying to run the DMTF Redfish Service Validator against an application providing Redfish Service, I am getting the below mentioned error when it tries to query the initial Service Root Request(/redfish/v1/) :
('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
However, at that very time, when I try to query the Service Root Request(/redfish/v1/) or in that case any URI by either using Postman or Curl , I am able to get the proper response :
Did anyone face this issue ? Please provide your inputs, if so, to fix it.
Can you please provide the full exception trace? Can you also add --debugging
and send the log file?
@mraineri As requested, I am attaching the log file
ConformanceLog_01_23_2024_043553.txt
Please take a look and do let us know.
What happens when you try using curl on /redfish/v1/ without the -u
argument?
The Service Validator won't pass credentials when doing initial inspection of /redfish/v1/ since that's expected to always be available for discovery purposes.
Closing; no additional info provided. It would be good to test with the Protocol Validator to see if there are protocol-related issues with the service (like if it's requiring credentials on service root).