While trying to create access token from the Postman we are getting
the error "Error: unable to verify the first certificate " with below values
Client id - 62ce4de9-a6d5-4fa6-a2d4-089a236831ec
Client secret key - 8714d8e9-513b-4beb-a2c2-2768fc7d0225
Redirect URL : https://auth.MyFinstra.net/callback
Below is the error console :
*********************************POSTMAN***ERROR******LOG***********************
POST https://api.fusionfabric.cloud/login/v1/sandbox/oidc/token
Error: unable to verify the first certificate
Warning: This request did not get sent completely and might not have all the required system headers
Client Certificate
Proxy
authenticate: false
host: "127.0.0.1"
id: "fae38d6d-431a-4591-932e-810a3569ffd0"
match: {…}
port: 8888
tunnel: false
Request Headers
Content-Type: application/x-www-form-urlencoded
Authorization: Basic NjJjZTRkZTktYTZkNS00ZmE2LWEyZDQtMDg5YTIzNjgzMWVjOjExZTlhNDJjLTZjZjAtNDI0Ny1hOWE3LTNhNTU1MGI0NTE4Ng==
Request Body
grant_type: "authorization_code"
code: "13fe3e64-c074-4c63-b082-a5e29868337b.22778444-ffb7-43a9-a4c7-e792ff2a8913.f:b04b9e0f-9d0d-4367-99ef-7d876dc8ff1d:62ce4de9-a6d5-4fa6-a2d4-089a236831ec"
redirect_uri: "https://auth.MyFinstra.net/callback"
client_id: "62ce4de9-a6d5-4fa6-a2d4-089a236831ec"
Error: unable to verify the first certificate
*********************************POSTMAN***ERROR******LOG***********************
Below is the post man UI to generate the request :
Kindly help .
Thanks .