How to test MLE on Postman

Reap
New Contributor

Error 401 Incorrect credentials supplied -- Re: How to test MLE on Postman

@shameem appreciate you for sharing this! 🙏🏼

would you know why this is still getting 401 Incorrect credentials supplied? 

Payload was encrypted just fine and I've run the VSPS Search POST API but still getting this error

{
"responseStatus": {
"status": 401,
"code": "9124",
"severity": "ERROR",
"message": "Incorrect credentials supplied",
"info": ""
}
}

Screenshot 2025-01-01 at 11.44.53 PM.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Client certificate pem and key is already added here:

Screenshot 2025-01-01 at 11.48.59 PM.png

 

 

 

 

 

 

 

 



 

 



Also, Basic Auth is setup with username and password taken from Dashboard

Screenshot 2025-01-01 at 11.52.12 PM.png

 

 



 

 





Also in Postman config.js, server certificate pem and private pem are used

Screenshot 2025-01-01 at 11.49.15 PM.png

 

 

 

 

 

Any ideas why it is still throwing 401? 🙏🏼 Thank you!