Redfish-Service-Validator icon indicating copy to clipboard operation
Redfish-Service-Validator copied to clipboard

Service Validator throws "Connection aborted" Error

Open GinuGeorgeAMI opened this issue 1 year ago • 3 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.

GinuGeorgeAMI avatar Jan 22 '24 18:01 GinuGeorgeAMI

Can you please provide the full exception trace? Can you also add --debugging and send the log file?

mraineri avatar Jan 22 '24 21:01 mraineri

@mraineri As requested, I am attaching the log file

ConformanceLog_01_23_2024_043553.txt

Please take a look and do let us know.

GinuGeorgeAMI avatar Jan 22 '24 23:01 GinuGeorgeAMI

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.

mraineri avatar Jan 24 '24 14:01 mraineri

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

mraineri avatar May 31 '24 19:05 mraineri