Oh no, another newbie... New to POSTMAN and REST API... SAN Storage help... KEY_USAGE_BIT_INCORRECT

Hello everyone…
As stated, I’m new to POSTMAN and REST API. I am a SAN Admin using HDS with a number of arrays.
I have the POSTMAN app on my laptop and had been having connectivity issues which were subsequently resolved by our networking team by opening up 23451 on the FW. Anyway, the problem at hand now, is that I am trying to obtain (for now, rudimentary), information from my arrays. The GET command that I am entering is this:
GET https://xx.xx.xx.xx:23451/ConfigurationManager/v1/objects/storages/, but the error output I am getting is this:
Error: write EPROTO 51814856:error:1000012e:SSL routines:OPENSSL_internal:KEY_USAGE_BIT_INCORRECT:…/…/third_party/boringssl/src/ssl/ssl_cert.cc:609:
:arrow_forward:Request Headers
Connection: keep-alive
sec-ch-ua: " Not A;Brand";v=“99”, “Chromium”;v=“99”, “Google Chrome”;v=“99”
DNT: 1
sec-ch-ua-mobile: ?0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.74 Safari/537.36
Content-Type: application/json
Accept: application/json, text/plain, /
Cache-Control: no-store
x-auth-token: 41ee5d22-ef23-4eb2-b1f4-8b2dc2d78efe
sec-ch-ua-platform: “Windows”
Sec-Fetch-Site: same-origin
Sec-Fetch-Mode: cors
Sec-Fetch-Dest: empty
Referer: https://oi-strgopscentercc-h3-e:20961/ui/
Accept-Language: en-US,en;q=0.9
Postman-Token: 753a61c0-59cb-4c19-bccc-ab0ff8406bbc
Host: xx.xx.xx.xx:23451
Accept-Encoding: gzip, deflate, br

If I can just get a little help, pointing me in the right direction, I would be most appreciative!

Thanks!

I know, It becomes unsecure but to solve this issue I think you need to change the HTTPS to HTTP, if you are using localhost.

Reference :

and a video

I hope this helps you

Cheers :cake:

thanks, I will pass this on to our network admins

1 Like