DMTF/Redfish-Service-Validator

Service Validator throws "Connection aborted" Error

GinuGeorgeAMI opened this issue · 4 comments

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'))

Screenshot 2024-01-22 232930

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 :

Screenshot 2024-01-22 232504

Screenshot 2024-01-22 233222

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.